doc: announce mbuf sched field change
authorCristian Dumitrescu <cristian.dumitrescu@intel.com>
Fri, 9 Feb 2018 16:45:16 +0000 (16:45 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 14 Feb 2018 17:27:36 +0000 (18:27 +0100)
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Kevin Laatz <kevin.laatz@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
doc/guides/rel_notes/deprecation.rst

index 9b506bb..ad7540b 100644 (file)
@@ -89,6 +89,11 @@ Deprecation Notices
 
   The packet mbuf API should be used as a replacement.
 
+* 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.
+
 * ethdev: a new Tx and Rx offload API was introduced on 17.11.
   In the new API, offloads are divided into per-port and per-queue offloads.
   Offloads are disabled by default and enabled per application request.