From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v7 1/5] doc: remove RSS configuration change announcement Date: Wed, 25 Apr 2018 18:38:44 +0100 Message-ID: References: <20180420115629.112472-1-xuemingl@mellanox.com> <20180423121635.32347-2-xuemingl@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Shahaf Shuler , "dev@dpdk.org" , Olivier Matz To: "Xueming(Steven) Li" , Wenzhuo Lu , Jingjing Wu , Thomas Monjalon , Adrien Mazarguil Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id AB34B7CF9 for ; Wed, 25 Apr 2018 19:38:48 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/24/2018 6:07 AM, Xueming(Steven) Li wrote: > Hi Ferruh, > >> -----Original Message----- >> From: Ferruh Yigit >> Sent: Tuesday, April 24, 2018 12:13 AM >> To: Xueming(Steven) Li ; Wenzhuo Lu ; Jingjing Wu >> ; Thomas Monjalon ; Adrien Mazarguil >> >> Cc: Nélio Laranjeiro ; Shahaf Shuler ; dev@dpdk.org; >> Olivier Matz >> Subject: Re: [dpdk-dev] [PATCH v7 1/5] doc: remove RSS configuration change announcement >> >> On 4/23/2018 1:16 PM, Xueming Li wrote: >>> Remove deprecation as implementation of RSS level provided in Adrien's >>> patch set: >>> https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww. >>> dpdk.org%2Fdev%2Fpatchwork%2Fpatch%2F37399%2F&data=02%7C01%7Cxuemingl% >>> 40mellanox.com%7Ca192c13afbc2417d134a08d5a9351b49%7Ca652971c7d2e4d9ba6 >>> a4d149256f461b%7C0%7C0%7C636600967922421810&sdata=cm0AJh7XXCnOOaFRGwhp >>> WR1D0HlHUNCyddrCXwPwFDQ%3D&reserved=0 >> >> Why deprecation notice removed in this set if the implementation is in other set, or am I missing >> something? > > There was a plan to support rss level in this patch set, while Adrien provided a better implementation > with his own deprecation notice. That's why I remove my deprecation here. Deprecation notice updated in Adrien's set [1], will drop this patch from set while applying. [1] https://dpdk.org/dev/patchwork/patch/38933/ > >> >>> >>> Signed-off-by: Xueming Li >>> Acked-by: Adrien Mazarguil >>> Acked-by: Thomas Monjalon >>> --- >>> doc/guides/rel_notes/deprecation.rst | 4 ---- >>> 1 file changed, 4 deletions(-) >>> >>> diff --git a/doc/guides/rel_notes/deprecation.rst >>> b/doc/guides/rel_notes/deprecation.rst >>> index 93747bf24..aba50b8ec 100644 >>> --- a/doc/guides/rel_notes/deprecation.rst >>> +++ b/doc/guides/rel_notes/deprecation.rst >>> @@ -86,10 +86,6 @@ Deprecation Notices >>> Target release for removal of the legacy API will be defined once most >>> PMDs have switched to rte_flow. >>> >>> -* 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. >>> - >>> * ethdev: A work is being planned for 18.05 to expose VF port representors >>> as a mean to perform control and data path operation on the different VFs. >>> As VF representor is an ethdev port, new fields are needed in order >>> to map >>> >