[dpdk-dev] [PATCH v2] lpm: added a new rte_lpm_config structure for ipv4

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Mar 9 14:16:19 CET 2016


2016-03-09 13:43, Michal Jastrzebski:
> From: Michal Kobylinski <michalx.kobylinski at intel.com>
>  struct rte_lpm *
> -rte_lpm_create(const char *name, int socket_id, int max_rules, int flags);
> +rte_lpm_create(const char *name, int socket_id,
> +		const struct rte_lpm_config *config);

The doxygen comment must be updated:
rte_lpm.h:215: warning: argument 'max_rules' of command @param is not found
in the argument list
rte_lpm.h:215: warning: argument 'flags' of command @param is not found
in the argument list
rte_lpm.h:236: warning: The following parameters are not documented:
  parameter 'config'



More information about the dev mailing list