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

2018-02-14 Thread Thomas Monjalon
> > > > Signed-off-by: Cristian Dumitrescu 
> > > > Acked-by: Jasvinder Singh 
> > > > Acked-by: Roy Fan Zhang 
> > > > Acked-by: Kevin Laatz 
> > > 
> > > Acked-by: Jerin Jacob 
> > 
> > Acked-by: Hemant Agrawal 
> 
> Acked-by: Olivier Matz 

Applied



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

2018-02-13 Thread Olivier Matz
On Tue, Feb 13, 2018 at 09:20:48AM +0530, Hemant Agrawal wrote:
> On 2/10/2018 6:18 PM, Jerin Jacob wrote:
> > -Original Message-
> > > Date: Fri, 9 Feb 2018 16:45:16 +
> > > From: Cristian Dumitrescu 
> > > To: dev@dpdk.org
> > > CC: olivier.m...@6wind.com, tho...@monjalon.net, 
> > > jasvinder.si...@intel.com,
> > >   roy.fan.zh...@intel.com, kevin.la...@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 
> > > Acked-by: Jasvinder Singh 
> > > Acked-by: Roy Fan Zhang 
> > > Acked-by: Kevin Laatz 
> > 
> > Acked-by: Jerin Jacob 
> 
> Acked-by: Hemant Agrawal 

Acked-by: Olivier Matz 


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

2018-02-12 Thread Hemant Agrawal

On 2/10/2018 6:18 PM, Jerin Jacob wrote:

-Original Message-

Date: Fri, 9 Feb 2018 16:45:16 +
From: Cristian Dumitrescu 
To: dev@dpdk.org
CC: olivier.m...@6wind.com, tho...@monjalon.net, jasvinder.si...@intel.com,
  roy.fan.zh...@intel.com, kevin.la...@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 
Acked-by: Jasvinder Singh 
Acked-by: Roy Fan Zhang 
Acked-by: Kevin Laatz 


Acked-by: Jerin Jacob 


Acked-by: Hemant Agrawal 


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

2018-02-10 Thread Jerin Jacob
-Original Message-
> Date: Fri, 9 Feb 2018 16:45:16 +
> From: Cristian Dumitrescu 
> To: dev@dpdk.org
> CC: olivier.m...@6wind.com, tho...@monjalon.net, jasvinder.si...@intel.com,
>  roy.fan.zh...@intel.com, kevin.la...@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 
> Acked-by: Jasvinder Singh 
> Acked-by: Roy Fan Zhang 
> Acked-by: Kevin Laatz 

Acked-by: Jerin Jacob 

> ---
>  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
>