[dpdk-dev] [PATCH] doc: add change notice for mbuf sched field

Jerin Jacob jerin.jacob at caviumnetworks.com
Sat Feb 10 13:48:04 CET 2018


-----Original Message-----
> Date: Fri, 9 Feb 2018 16:45:16 +0000
> From: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
> To: dev at dpdk.org
> CC: olivier.matz at 6wind.com, thomas at monjalon.net, jasvinder.singh at intel.com,
>  roy.fan.zhang at intel.com, kevin.laatz at 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.dumitrescu at intel.com>
> Acked-by: Jasvinder Singh <jasvinder.singh at intel.com>
> Acked-by: Roy Fan Zhang <roy.fan.zhang at intel.com>
> Acked-by: Kevin Laatz <kevin.laatz at intel.com>

Acked-by: Jerin Jacob <jerin.jacob at 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
> 


More information about the dev mailing list