From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cristian Dumitrescu Subject: [PATCH] doc: add change notice for mbuf sched field Date: Fri, 9 Feb 2018 16:45:16 +0000 Message-ID: <1518194716-234250-1-git-send-email-cristian.dumitrescu@intel.com> Cc: olivier.matz@6wind.com, thomas@monjalon.net, jasvinder.singh@intel.com, roy.fan.zhang@intel.com, kevin.laatz@intel.com To: dev@dpdk.org Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 5911A1B819 for ; Fri, 9 Feb 2018 17:45:19 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Cristian Dumitrescu Acked-by: Jasvinder Singh Acked-by: Roy Fan Zhang Acked-by: Kevin Laatz --- 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