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

Message ID 1518194716-234250-1-git-send-email-cristian.dumitrescu@intel.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Cristian Dumitrescu Feb. 9, 2018, 4:45 p.m. UTC
  Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Roy Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Kevin Laatz <kevin.laatz@intel.com>
---
 doc/guides/rel_notes/deprecation.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

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

Acked-by: Jerin Jacob <jerin.jacob@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
>
  
Hemant Agrawal Feb. 13, 2018, 3:50 a.m. UTC | #2
On 2/10/2018 6:18 PM, Jerin Jacob wrote:
> -----Original Message-----
>> Date: Fri, 9 Feb 2018 16:45:16 +0000
>> From: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
>> To: dev@dpdk.org
>> CC: olivier.matz@6wind.com, thomas@monjalon.net, jasvinder.singh@intel.com,
>>   roy.fan.zhang@intel.com, kevin.laatz@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@intel.com>
>> Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
>> Acked-by: Roy 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>
  
Olivier Matz Feb. 13, 2018, 8:14 a.m. UTC | #3
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 +0000
> > > From: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> > > To: dev@dpdk.org
> > > CC: olivier.matz@6wind.com, thomas@monjalon.net, jasvinder.singh@intel.com,
> > >   roy.fan.zhang@intel.com, kevin.laatz@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@intel.com>
> > > Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
> > > Acked-by: Roy 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>
  
Thomas Monjalon Feb. 14, 2018, 3:58 p.m. UTC | #4
> > > > Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> > > > Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
> > > > Acked-by: Roy 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>

Applied
  

Patch

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.