From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 725F45F24 for ; Mon, 28 Jan 2019 17:28:05 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jan 2019 08:28:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,534,1539673200"; d="scan'208";a="118094037" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga007.fm.intel.com with ESMTP; 28 Jan 2019 08:28:03 -0800 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.16]) by IRSMSX151.ger.corp.intel.com ([169.254.4.172]) with mapi id 14.03.0415.000; Mon, 28 Jan 2019 16:28:03 +0000 From: "Pattan, Reshma" To: "Pattan, Reshma" , "dev@dpdk.org" CC: "Singh, Jasvinder" , "Dumitrescu, Cristian" Thread-Topic: [dpdk-dev] [PATCH] doc: deprecation notice for sched changes Thread-Index: AQHUtvyPeqneS2sedUuepF719qTJoKXE3Txw Date: Mon, 28 Jan 2019 16:28:01 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A404988@irsmsx110.ger.corp.intel.com> References: <20190128112756.12516-1-reshma.pattan@intel.com> In-Reply-To: <20190128112756.12516-1-reshma.pattan@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDk1YjNmMmQtOWMxYy00ODU5LWI1NmMtMjc1M2EzY2ZlMTk2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidmdwYnY5MzZIOGJBb3U0OE5rM01TOHJDb01XM0hGK1poT1VLTytobDcralZzdVAyUHVBZDNtbkhET1V3MTZrMCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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] doc: deprecation notice for sched changes 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: Mon, 28 Jan 2019 16:28:06 -0000 Hi, More details needs to be added to deprecation note which are not clear yet= , so self NACK. Thanks, Reshma > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Reshma Pattan > Sent: Monday, January 28, 2019 11:28 AM > To: dev@dpdk.org > Cc: Singh, Jasvinder ; Dumitrescu, Cristian > > Subject: [dpdk-dev] [PATCH] doc: deprecation notice for sched changes >=20 > From: Jasvinder Singh >=20 > Add deprecation note for making changes in data structures, APIs and macr= os in > order to increase the traffic classes, flexible mapping of pipe queues to= traffic > classes, subport level configuration of pipes, queues sizes, etc. >=20 > Signed-off-by: Jasvinder Singh > Cc: Cristian Dumitrescu > --- > doc/guides/rel_notes/deprecation.rst | 7 +++++++ > 1 file changed, 7 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index f9a1f8188..22a3ecb35 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -14,6 +14,13 @@ Deprecation Notices > * kvargs: The function ``rte_kvargs_process`` will get a new parameter > for returning key match count. It will ease handling of no-match case. >=20 > +* sched: The data structures specifying port, subport and pipe > +parameters, stats, > + API functions to configure hierarchy, collecting stats, and computing > +memory > + footprint will be changed to support more number of traffic classes > +(TCs), > + flexible mapping of the pipe queues to traffic classes, subport level > + configration of the pipes, etc. In addition, the macros defined for > +building > + the hierarchy will be reworked to support the flexibility. > + > * eal: both declaring and identifying devices will be streamlined in v18= .11. > New functions will appear to query a specific port from buses, classes= of > device and device drivers. Device declaration will be made coherent wi= th the > -- > 2.17.1