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 C770E5B2C for ; Wed, 21 Nov 2018 10:39:18 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Nov 2018 01:39:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,260,1539673200"; d="scan'208";a="92853569" Received: from awalabdu-mobl.ger.corp.intel.com (HELO [163.33.176.114]) ([163.33.176.114]) by orsmga006.jf.intel.com with ESMTP; 21 Nov 2018 01:39:16 -0800 To: Jasvinder Singh , dev@dpdk.org Cc: cristian.dumitrescu@intel.com References: <20181114153642.88575-1-jasvinder.singh@intel.com> From: Mohammad Abdul Awal Message-ID: <533a742b-be09-8bcc-d469-7d29f8cf5018@intel.com> Date: Wed, 21 Nov 2018 09:39:16 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20181114153642.88575-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: deprecation notice for sched API change 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: Wed, 21 Nov 2018 09:39:19 -0000 On 14/11/2018 15:36, Jasvinder Singh wrote: > There will be change in API functions because of mbuf sched field > updates, outlined in deprecation note of mbuf->hash.sched. > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 34b28234c..b54598d07 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -34,6 +34,11 @@ Deprecation Notices > is defined in librte_sched in a non-generic way. The new generic format > will contain: queue ID, traffic class, color. Field size will not change. > > +* sched: Some API functions will change prototype due to the above > + deprecation note for mbuf->hash.sched, e.g. rte_sched_port_pkt_write() and > + rte_sched_port_pkt_read() will likely have an additional parameter > + of type struct rte_sched_port. > + > * mbuf: the macro ``RTE_MBUF_INDIRECT()`` will be removed in v18.08 or later and > replaced with ``RTE_MBUF_CLONED()`` which is already added in v18.05. As > ``EXT_ATTACHED_MBUF`` is newly introduced in v18.05, ``RTE_MBUF_INDIRECT()`` Acked-by: Mohammad Abdul Awal