From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] doc: add change notice for mbuf sched field Date: Sat, 10 Feb 2018 18:18:04 +0530 Message-ID: <20180210124803.GB9762@jerin> References: <1518194716-234250-1-git-send-email-cristian.dumitrescu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, olivier.matz@6wind.com, thomas@monjalon.net, jasvinder.singh@intel.com, roy.fan.zhang@intel.com, kevin.laatz@intel.com To: Cristian Dumitrescu Return-path: Received: from NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0051.outbound.protection.outlook.com [104.47.37.51]) by dpdk.org (Postfix) with ESMTP id DA6021B414 for ; Sat, 10 Feb 2018 13:48:24 +0100 (CET) Content-Disposition: inline In-Reply-To: <1518194716-234250-1-git-send-email-cristian.dumitrescu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Fri, 9 Feb 2018 16:45:16 +0000 > From: Cristian Dumitrescu > To: dev@dpdk.org > CC: olivier.matz@6wind.com, thomas@monjalon.net, jasvinder.singh@intel.com, > roy.fan.zhang@intel.com, kevin.laatz@intel.com > Subject: [dpdk-dev] [PATCH] doc: add change notice for mbuf sched field > X-Mailer: git-send-email 2.7.4 > > Signed-off-by: Cristian Dumitrescu > Acked-by: Jasvinder Singh > Acked-by: Roy Fan Zhang > Acked-by: Kevin Laatz Acked-by: Jerin Jacob > --- > 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 d59ad59..db4fea3 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -59,3 +59,8 @@ Deprecation Notices > be added between the producer and consumer structures. The size of the > structure and the offset of the fields will remain the same on > platforms with 64B cache line, but will change on other platforms. > + > +* mbuf: The opaque mbuf->hash.sched field will be updated to support generic > + definition in line with the ethdev TM and MTR APIs. Currently, this field > + 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. > -- > 2.7.4 >