From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] lpm: added a new rte_lpm_config structure for ipv4 Date: Wed, 09 Mar 2016 14:16:19 +0100 Message-ID: <2251317.WsmSxiIWhQ@xps13> References: <1457470648-26415-1-git-send-email-michalx.kobylinski@intel.com> <1457527410-8428-1-git-send-email-michalx.k.jastrzebski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Michal Jastrzebski Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id AC79A2BA3 for ; Wed, 9 Mar 2016 14:17:59 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id l68so177834032wml.0 for ; Wed, 09 Mar 2016 05:17:59 -0800 (PST) In-Reply-To: <1457527410-8428-1-git-send-email-michalx.k.jastrzebski@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-03-09 13:43, Michal Jastrzebski: > From: Michal Kobylinski > 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'