-----Original Message----- > Date: Fri, 9 Feb 2018 16:45:16 +0000 > From: Cristian Dumitrescu <cristian.dumitre...@intel.com> > To: dev@dpdk.org > CC: olivier.m...@6wind.com, tho...@monjalon.net, jasvinder.si...@intel.com, > roy.fan.zh...@intel.com, kevin.la...@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 <cristian.dumitre...@intel.com> > Acked-by: Jasvinder Singh <jasvinder.si...@intel.com> > Acked-by: Roy Fan Zhang <roy.fan.zh...@intel.com> > Acked-by: Kevin Laatz <kevin.la...@intel.com>
Acked-by: Jerin Jacob <jerin.ja...@caviumnetworks.com> > --- > 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 >