mbox

[dpdk-dev,pull-request] next-qos 18.02 pre-rc1

Message ID 1515678712-193757-1-git-send-email-cristian.dumitrescu@intel.com (mailing list archive)
State Rejected, archived
Headers

Pull-request

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

Checks

Context Check Description
ci/Intel-compilation success Compilation OK

Message

Cristian Dumitrescu Jan. 11, 2018, 1:51 p.m. UTC
  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(-)
  

Comments

Thomas Monjalon Jan. 11, 2018, 2:12 p.m. UTC | #1
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.
  
Cristian Dumitrescu Jan. 11, 2018, 3:11 p.m. UTC | #2
> -----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
  
Thomas Monjalon Jan. 11, 2018, 3:50 p.m. UTC | #3
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.
  
Cristian Dumitrescu Jan. 11, 2018, 5:04 p.m. UTC | #4
> -----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