From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 278531B33E for ; Sat, 4 Nov 2017 20:41:42 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Nov 2017 12:41:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,343,1505804400"; d="scan'208";a="172013981" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga006.fm.intel.com with ESMTP; 04 Nov 2017 12:41:41 -0700 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.36]) by IRSMSX102.ger.corp.intel.com ([169.254.2.180]) with mapi id 14.03.0319.002; Sat, 4 Nov 2017 19:41:40 +0000 From: "Chilikin, Andrey" To: "Mcnamara, John" , "dev@dpdk.org" CC: "Rybalchenko, Kirill" Thread-Topic: [PATCH v1] i40e: highlight change to flexible payload for RSS config Thread-Index: AQHTVLfb3H2k01hEXkSyJkselviPP6MEoEZA Date: Sat, 4 Nov 2017 19:41:39 +0000 Message-ID: References: <1509722663-29971-1-git-send-email-john.mcnamara@intel.com> In-Reply-To: <1509722663-29971-1-git-send-email-john.mcnamara@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjg1NTI0YTktZmU0Yi00Zjc0LTk1MWYtMzVhODFlN2E3YTc5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlRTWkJIQlwvelpNMTFvZWFGS3BuUmlUb3YwWFNUZFNVWlM5NU0reEYrdXZJPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1] i40e: highlight change to flexible payload for RSS config 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: Sat, 04 Nov 2017 19:41:43 -0000 > -----Original Message----- > From: Mcnamara, John > Sent: Friday, November 3, 2017 3:24 PM > To: dev@dpdk.org > Cc: Rybalchenko, Kirill ; Chilikin, Andrey > ; Mcnamara, John > Subject: [PATCH v1] i40e: highlight change to flexible payload for RSS co= nfig >=20 > Add deprecation notice to highlight a future change in the > default configuration behavior for flexible payload for RSS. >=20 > Signed-off-by: John McNamara > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index a93c3e1..9e9caa6 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -67,3 +67,9 @@ Deprecation Notices >=20 > * librte_meter: The API will change to accommodate configuration profile= s. > Most of the API functions will have an additional opaque parameter. > + > +* i40e: The default flexible payload configuration which extracts the fi= rst 16 > + bytes of the payload for RSS will be deprecated starting from 18.02. I= f > + required the previous behavior can be configured using existing flow > + director APIs. There is no ABI/API break. This change will just remove= a > + global configuration setting and require explicit configuration. > -- > 2.7.5 Acked-by: Andrey Chilikin