All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull-request] next-qos 18.02 pre-rc1
@ 2018-01-11 13:51 Cristian Dumitrescu
  2018-01-11 14:12 ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Cristian Dumitrescu @ 2018-01-11 13:51 UTC (permalink / raw)
  To: thomas; +Cc: dev, jasvinder.singh

The following changes since commit f06125c07d6203a84e9b242c62d6a8e532a5c51d:

  doc: add metering and policing in testpmd guide (2018-01-10 00:54:52 +0100)

are available in the git repository at:

  http://dpdk.org/git/next/dpdk-next-qos 

for you to fetch changes up to 9550cc5fe3408b33d53673c723a5d08259b35a28:

  lib/librte_meter: add meter configuration profile (2018-01-11 11:17:18 +0000)

----------------------------------------------------------------
Cristian Dumitrescu (1):
      lib/librte_meter: add meter configuration profile

 doc/guides/rel_notes/deprecation.rst               |   3 -
 doc/guides/rel_notes/release_18_02.rst             |   2 +-
 .../pipeline/pipeline_flow_actions_be.c            |  25 ++-
 examples/qos_meter/main.c                          |  39 ++++-
 examples/qos_meter/main.h                          |  32 ++--
 lib/librte_meter/Makefile                          |   2 +-
 lib/librte_meter/rte_meter.c                       |  93 ++++++----
 lib/librte_meter/rte_meter.h                       | 195 ++++++++++++++-------
 lib/librte_meter/rte_meter_version.map             |   8 +
 test/test/test_meter.c                             | 194 +++++++++++---------
 10 files changed, 392 insertions(+), 201 deletions(-)

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

* Re: [pull-request] next-qos 18.02 pre-rc1
  2018-01-11 13:51 [pull-request] next-qos 18.02 pre-rc1 Cristian Dumitrescu
@ 2018-01-11 14:12 ` Thomas Monjalon
  2018-01-11 15:11   ` Dumitrescu, Cristian
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2018-01-11 14:12 UTC (permalink / raw)
  To: Cristian Dumitrescu; +Cc: dev, jasvinder.singh

11/01/2018 14:51, Cristian Dumitrescu:
> Cristian Dumitrescu (1):
>       lib/librte_meter: add meter configuration profile

Only one commit?

I am sure there is more pending in patchwork.

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

* Re: [pull-request] next-qos 18.02 pre-rc1
  2018-01-11 14:12 ` Thomas Monjalon
@ 2018-01-11 15:11   ` Dumitrescu, Cristian
  2018-01-11 15:50     ` Thomas Monjalon
  0 siblings, 1 reply; 5+ messages in thread
From: Dumitrescu, Cristian @ 2018-01-11 15:11 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Singh, Jasvinder, Dewar, Alan



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Thursday, January 11, 2018 2:13 PM
> To: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>
> Cc: dev@dpdk.org; Singh, Jasvinder <jasvinder.singh@intel.com>
> Subject: Re: [pull-request] next-qos 18.02 pre-rc1
> 
> 11/01/2018 14:51, Cristian Dumitrescu:
> > Cristian Dumitrescu (1):
> >       lib/librte_meter: add meter configuration profile
> 
> Only one commit?
> 
> I am sure there is more pending in patchwork.

Hi Thomas,

Nothing else ready to go in next-qos at this point.

I am working with Alan Dewar on his 3 patch sets, currently awaiting updated version. Likely  2 of them to be ready soon, so we can target inclusion into RC2.

Regards,
Cristian

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

* Re: [pull-request] next-qos 18.02 pre-rc1
  2018-01-11 15:11   ` Dumitrescu, Cristian
@ 2018-01-11 15:50     ` Thomas Monjalon
  2018-01-11 17:04       ` Dumitrescu, Cristian
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2018-01-11 15:50 UTC (permalink / raw)
  To: Dumitrescu, Cristian; +Cc: dev, Singh, Jasvinder, Dewar, Alan

11/01/2018 16:11, Dumitrescu, Cristian:
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> > 11/01/2018 14:51, Cristian Dumitrescu:
> > > Cristian Dumitrescu (1):
> > >       lib/librte_meter: add meter configuration profile
> > 
> > Only one commit?
> > 
> > I am sure there is more pending in patchwork.
> 
> Hi Thomas,
> 
> Nothing else ready to go in next-qos at this point.
> 
> I am working with Alan Dewar on his 3 patch sets, currently awaiting updated version. Likely  2 of them to be ready soon, so we can target inclusion into RC2.

RC1 is planned on January 19.
RC2 will be open only for fixes or
features which do not change any existing code.

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

* Re: [pull-request] next-qos 18.02 pre-rc1
  2018-01-11 15:50     ` Thomas Monjalon
@ 2018-01-11 17:04       ` Dumitrescu, Cristian
  0 siblings, 0 replies; 5+ messages in thread
From: Dumitrescu, Cristian @ 2018-01-11 17:04 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Singh, Jasvinder, Dewar, Alan



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Thursday, January 11, 2018 3:51 PM
> To: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>
> Cc: dev@dpdk.org; Singh, Jasvinder <jasvinder.singh@intel.com>; Dewar,
> Alan <ad759e@intl.att.com>
> Subject: Re: [pull-request] next-qos 18.02 pre-rc1
> 
> 11/01/2018 16:11, Dumitrescu, Cristian:
> > From: Thomas Monjalon [mailto:thomas@monjalon.net]
> > > 11/01/2018 14:51, Cristian Dumitrescu:
> > > > Cristian Dumitrescu (1):
> > > >       lib/librte_meter: add meter configuration profile
> > >
> > > Only one commit?
> > >
> > > I am sure there is more pending in patchwork.
> >
> > Hi Thomas,
> >
> > Nothing else ready to go in next-qos at this point.
> >
> > I am working with Alan Dewar on his 3 patch sets, currently awaiting
> updated version. Likely  2 of them to be ready soon, so we can target
> inclusion into RC2.
> 
> RC1 is planned on January 19.
> RC2 will be open only for fixes or
> features which do not change any existing code.

Hi Thomas,

I will do my best to review & apply the WIP patch sets, if ready by Jan 19.

Meanwhile, it would be good if we could get this pull request out of our way as soon as you get a chance :-), just in case you spot any issues that I still need to fix. Thanks!

Regards,
Cristian

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

end of thread, other threads:[~2018-01-11 17:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-11 13:51 [pull-request] next-qos 18.02 pre-rc1 Cristian Dumitrescu
2018-01-11 14:12 ` Thomas Monjalon
2018-01-11 15:11   ` Dumitrescu, Cristian
2018-01-11 15:50     ` Thomas Monjalon
2018-01-11 17:04       ` Dumitrescu, Cristian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.