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'