From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 3BA39A0679 for ; Mon, 29 Apr 2019 12:31:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 427A21B128; Mon, 29 Apr 2019 12:31:35 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5DBB65F24 for ; Mon, 29 Apr 2019 12:31:34 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Apr 2019 03:31:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,409,1549958400"; d="scan'208";a="135286073" Received: from awalabdu-mobl.ger.corp.intel.com (HELO [163.33.176.28]) ([163.33.176.28]) by orsmga007.jf.intel.com with ESMTP; 29 Apr 2019 03:31:32 -0700 To: Jasvinder Singh , dev@dpdk.org Cc: cristian.dumitrescu@intel.com References: <20190424123717.123541-1-jasvinder.singh@intel.com> From: Mohammad Abdul Awal Message-ID: <6527befa-11bc-6c75-b01c-5539a8afe3b3@intel.com> Date: Mon, 29 Apr 2019 11:31:31 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190424123717.123541-1-jasvinder.singh@intel.com> Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH] doc: add 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190429103131.kLNQ4vXqeEKG7u3b7Y3LBbsDi2YX7qpzdWcvD73i0IU@z> On 24/04/2019 13:37, Jasvinder Singh wrote: > Add deprecation note for making changes in data structures, APIs > and macros in order to have more traffic classes, flexible > mapping of pipe queues to traffic classes, subport level > configuration of pipes and queues, etc. These changes are aligned > to improvements suggested in the RFC- > https://mails.dpdk.org/archives/dev/2018-November/120035.html > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index b47c8c254..051ab5c2a 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -79,6 +79,12 @@ Deprecation Notices > > The field would be added in v19.08. > > +* sched: To allow more traffic classes, flexible mapping of pipe queues to > + traffic classes, and subport level configuration of pipes and queues > + changes will be made to macros, data structures and API functions defined > + in "rte_sched.h". These changes are aligned to improvements suggested in the > + RFC https://mails.dpdk.org/archives/dev/2018-November/120035.html. > + > * cryptodev: the ``uint8_t *data`` member of ``key`` structure in the xforms > structure (``rte_crypto_cipher_xform``, ``rte_crypto_auth_xform``, and > ``rte_crypto_aead_xform``) will be changed to ``const uint8_t *data``. Acked-by: Mohammad Abdul Awal