From: Cristian Dumitrescu Date: Fri, 9 Feb 2018 16:45:16 +0000 (+0000) Subject: doc: announce mbuf sched field change X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=a098c4702caf93c06258665e0e52bf30f55d83e4;p=dpdk.git doc: announce mbuf sched field change Signed-off-by: Cristian Dumitrescu Acked-by: Jasvinder Singh Acked-by: Fan Zhang Acked-by: Kevin Laatz Acked-by: Jerin Jacob Acked-by: Hemant Agrawal Acked-by: Olivier Matz --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 9b506bb042..ad7540b46d 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -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.