From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 50B19A823 for ; Tue, 17 Apr 2018 17:17:33 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2018 08:16:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,464,1517904000"; d="scan'208";a="217275912" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga005.jf.intel.com with ESMTP; 17 Apr 2018 08:16:21 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX152.ger.corp.intel.com ([169.254.6.253]) with mapi id 14.03.0319.002; Tue, 17 Apr 2018 16:16:21 +0100 From: "Iremonger, Bernard" To: Xueming Li , "Lu, Wenzhuo" , "Wu, Jingjing" , Thomas Monjalon , Adrien Mazarguil CC: Nelio Laranjeiro , Shahaf Shuler , "dev@dpdk.org" , Olivier Matz Thread-Topic: [dpdk-dev] [PATCH v4 1/5] doc: remove RSS configuration change announcement Thread-Index: AQHT0xcLz77rMHxWhUyQD4kI7AKgMaQFF6zA Date: Tue, 17 Apr 2018 15:16:20 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C24E0AEB3C@IRSMSX108.ger.corp.intel.com> References: <20180226150947.107179-2-xuemingl@mellanox.com> <20180413110218.105894-2-xuemingl@mellanox.com> In-Reply-To: <20180413110218.105894-2-xuemingl@mellanox.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTljMTdlYjctZDMwYi00Y2YzLWIyNWUtNTU3MWZhODE4MWVkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJIRUozS1I3eURPWHJNbjJWWHV3U3d5emJ3aExUMDNUbkFLMXhBUHFyR0hkMExCdXh2OEoxWjhPbXlFWkl1UWRsIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 1/5] doc: remove RSS configuration change announcement X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2018 15:17:33 -0000 Hi Li, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Xueming Li > Sent: Friday, April 13, 2018 12:02 PM > To: Lu, Wenzhuo ; Wu, Jingjing > ; Thomas Monjalon ; Adrien > Mazarguil > Cc: Xueming Li ; Nelio Laranjeiro > ; Shahaf Shuler ; > dev@dpdk.org; Olivier Matz > Subject: [dpdk-dev] [PATCH v4 1/5] doc: remove RSS configuration change > announcement >=20 > Remove deprecation as implementation of RSS level provided in Adrien's pa= tch > set: http://www.dpdk.org/dev/patchwork/patch/37399/ >=20 > Signed-off-by: Xueming Li > Acked-by: Adrien Mazarguil > --- > doc/guides/rel_notes/deprecation.rst | 4 ---- > 1 file changed, 4 deletions(-) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index ec70b5fa9..8b8af47e3 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -108,10 +108,6 @@ Deprecation Notices > Target release for removal of the legacy API will be defined once most > PMDs have switched to rte_flow. >=20 > -* 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 ch= oice > - of RSS hash calculation on outer or inner header of tunneled packet. > - > * ethdev: Currently, if the rte_eth_rx_burst() function returns a valu= e less > than *nb_pkts*, the application will assume that no more packets are p= resent. > Some of the hw queue based hardware can only support smaller burst for= RX > -- > 2.13.3 This patch fails to apply to the current master branch. Regards, Bernard.