From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 1/5] doc: remove RSS configuration change announcement Date: Mon, 23 Apr 2018 18:56:08 +0200 Message-ID: <10812819.y0t78J1CiA@xps> References: <20180420115629.112472-1-xuemingl@mellanox.com> <20180423121635.32347-2-xuemingl@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Xueming Li , Wenzhuo Lu , Jingjing Wu , Adrien Mazarguil , Nelio Laranjeiro , Shahaf Shuler , dev@dpdk.org, Olivier Matz To: Ferruh Yigit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 537E725A1 for ; Mon, 23 Apr 2018 18:56:11 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/04/2018 18:13, Ferruh Yigit: > On 4/23/2018 1:16 PM, Xueming Li wrote: > > Remove deprecation as implementation of RSS level provided in Adrien's > > patch set: http://www.dpdk.org/dev/patchwork/patch/37399/ > > Why deprecation notice removed in this set if the implementation is in other > set, or am I missing something? If I remember well, Adrien is implementing with rte_flow, while the deprecation notice was for a different solution (legacy ethdev config). > > -* 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.