From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: fix missing function in map file Date: Fri, 13 Jul 2018 15:54:51 +0200 Message-ID: <8853319.EDUKqlyAiz@xps> References: <8e6234ad484ada96596a95eb302caeaed39b9c47.1531473066.git.nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Nelio Laranjeiro Return-path: Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 14C371E33 for ; Fri, 13 Jul 2018 15:54:55 +0200 (CEST) In-Reply-To: <8e6234ad484ada96596a95eb302caeaed39b9c47.1531473066.git.nelio.laranjeiro@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 13/07/2018 11:11, Nelio Laranjeiro: > Fixes: 4ed05fcd441b ("ethdev: add flow API to expand RSS flows") > > Signed-off-by: Nelio Laranjeiro > Acked-by: Adrien Mazarguil > > -- > > Changes in v2: > > - add missing documentation. > - add missing __rte_experimental in source file. > - update the order in map file. > --- > --- a/lib/librte_ethdev/rte_flow_driver.h > +++ b/lib/librte_ethdev/rte_flow_driver.h > @@ -148,6 +148,7 @@ struct rte_flow_expand_rss { > /** > * Expand RSS flows into several possible flows according to the RSS hash > * fields requested and the driver capabilities. > + * @b EXPERIMENTAL: this API may change without prior notice Blank line missing to make it appear on a new line. Applied with following log: Add rte_flow_expand_rss in map file and tag it as experimental.