From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: announce ABI change for RSS configuration structure Date: Wed, 14 Feb 2018 17:28:35 +0100 Message-ID: <2905441.59D20kqkb9@xps> References: <20180204072418.108824-1-xuemingl@mellanox.com> <3c0b2b94-8da8-283f-7eb9-9991303fb7cc@intel.com> <20180213121006.GA24002@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob , Ferruh Yigit , Shahaf Shuler , Neil Horman To: "Xueming(Steven) Li" Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 477FA1B1BE for ; Wed, 14 Feb 2018 17:28:48 +0100 (CET) In-Reply-To: <20180213121006.GA24002@jerin> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > >> Update deprecation notice for the new rss_level field of rte_eth_rss_conf. > > >> > > >> Link: http://www.dpdk.org/dev/patchwork/patch/31891 > > >> > > >> Signed-off-by: Xueming Li > > >> --- > > >> +* ethdev: A new rss level field planned in 18.05. > > >> + The new API add rss_level field to ``rte_eth_rss_conf`` to enable a > > >> +choice > > >> + of RSS hash calculation on outer or inner header of tunneled packet. > > > > > > Acked-By: Shahaf Shuler > > > > Acked-by: Ferruh Yigit > > Acked-by: Jerin Jacob Applied