DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: add change notice for mbuf sched field
@ 2018-02-09 16:45 Cristian Dumitrescu
  2018-02-10 12:48 ` Jerin Jacob
  0 siblings, 1 reply; 5+ messages in thread
From: Cristian Dumitrescu @ 2018-02-09 16:45 UTC (permalink / raw)
  To: dev; +Cc: olivier.matz, thomas, jasvinder.singh, roy.fan.zhang, kevin.laatz

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(+)

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: add change notice for mbuf sched field
  2018-02-09 16:45 [dpdk-dev] [PATCH] doc: add change notice for mbuf sched field Cristian Dumitrescu
@ 2018-02-10 12:48 ` Jerin Jacob
  2018-02-13  3:50   ` Hemant Agrawal
  0 siblings, 1 reply; 5+ messages in thread
From: Jerin Jacob @ 2018-02-10 12:48 UTC (permalink / raw)
  To: Cristian Dumitrescu
  Cc: dev, olivier.matz, thomas, jasvinder.singh, roy.fan.zhang, kevin.laatz

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: add change notice for mbuf sched field
  2018-02-10 12:48 ` Jerin Jacob
@ 2018-02-13  3:50   ` Hemant Agrawal
  2018-02-13  8:14     ` Olivier Matz
  0 siblings, 1 reply; 5+ messages in thread
From: Hemant Agrawal @ 2018-02-13  3:50 UTC (permalink / raw)
  To: Jerin Jacob, Cristian Dumitrescu
  Cc: dev, olivier.matz, thomas, jasvinder.singh, roy.fan.zhang, kevin.laatz

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>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: add change notice for mbuf sched field
  2018-02-13  3:50   ` Hemant Agrawal
@ 2018-02-13  8:14     ` Olivier Matz
  2018-02-14 15:58       ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Olivier Matz @ 2018-02-13  8:14 UTC (permalink / raw)
  To: Hemant Agrawal
  Cc: Jerin Jacob, Cristian Dumitrescu, dev, thomas, jasvinder.singh,
	roy.fan.zhang, kevin.laatz

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>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: add change notice for mbuf sched field
  2018-02-13  8:14     ` Olivier Matz
@ 2018-02-14 15:58       ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2018-02-14 15:58 UTC (permalink / raw)
  To: Cristian Dumitrescu
  Cc: dev, Olivier Matz, Hemant Agrawal, Jerin Jacob, jasvinder.singh,
	roy.fan.zhang, kevin.laatz

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-02-14 15:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-09 16:45 [dpdk-dev] [PATCH] doc: add change notice for mbuf sched field Cristian Dumitrescu
2018-02-10 12:48 ` Jerin Jacob
2018-02-13  3:50   ` Hemant Agrawal
2018-02-13  8:14     ` Olivier Matz
2018-02-14 15:58       ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).