-----Original Message----- > Date: Fri, 9 Feb 2018 16:45:16 +0000 > From: Cristian Dumitrescu <[email protected]> > To: [email protected] > CC: [email protected], [email protected], [email protected], > [email protected], [email protected] > 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 <[email protected]> > Acked-by: Jasvinder Singh <[email protected]> > Acked-by: Roy Fan Zhang <[email protected]> > Acked-by: Kevin Laatz <[email protected]>
Acked-by: Jerin Jacob <[email protected]> > --- > 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 >

