mbox series

[v5,0/3] add meter policy support in flow-perf

Message ID 20211108092319.1780719-1-rongweil@nvidia.com (mailing list archive)
Headers
Series add meter policy support in flow-perf |

Message

Rongwei Liu Nov. 8, 2021, 9:23 a.m. UTC
  Add meter policy support and provide options to specify
green/yellow/red corlor actions and cir/cbs/ebs values.

v2: add option to specify green color actions.
v3: support yellow color action and ebs options.
v4: rebase on top of master-net-mlx.
v5: fix intermediate werror.

Rongwei Liu (3):
  app/flow-perf: support meter policy API
  app/flow-perf: add meter-profile to support cir cbs and ebs
  app/flow-perf: add packet mode metering mode

 app/test-flow-perf/main.c      | 838 +++++++++++++++++++--------------
 doc/guides/tools/flow-perf.rst |   9 +-
 2 files changed, 500 insertions(+), 347 deletions(-)
  

Comments

Thomas Monjalon Nov. 8, 2021, 9:35 a.m. UTC | #1
08/11/2021 10:23, Rongwei Liu:
> Add meter policy support and provide options to specify
> green/yellow/red corlor actions and cir/cbs/ebs values.
> 
> v2: add option to specify green color actions.
> v3: support yellow color action and ebs options.
> v4: rebase on top of master-net-mlx.
> v5: fix intermediate werror.

Did you try to rebase on a recent main?
I see a lot of conflicts.
  
Rongwei Liu Nov. 8, 2021, 9:39 a.m. UTC | #2
> 08/11/2021 10:23, Rongwei Liu:
> > Add meter policy support and provide options to specify
> > green/yellow/red corlor actions and cir/cbs/ebs values.
> >
> > v2: add option to specify green color actions.
> > v3: support yellow color action and ebs options.
> > v4: rebase on top of master-net-mlx.
> > v5: fix intermediate werror.
> 
> Did you try to rebase on a recent main?
> I see a lot of conflicts.
Rebase on top of master-net-mlx. See a lot of conflicts regarding PMD drivers when rebasing. 
If we see conflicts with existed flow-perf codes, I can try to setup a totally clean branch to generate patches.
  
Thomas Monjalon Nov. 8, 2021, 9:40 a.m. UTC | #3
08/11/2021 10:39, Rongwei Liu:
> > 08/11/2021 10:23, Rongwei Liu:
> > > Add meter policy support and provide options to specify
> > > green/yellow/red corlor actions and cir/cbs/ebs values.
> > >
> > > v2: add option to specify green color actions.
> > > v3: support yellow color action and ebs options.
> > > v4: rebase on top of master-net-mlx.
> > > v5: fix intermediate werror.
> > 
> > Did you try to rebase on a recent main?
> > I see a lot of conflicts.
> Rebase on top of master-net-mlx. See a lot of conflicts regarding PMD drivers when rebasing. 
> If we see conflicts with existed flow-perf codes, I can try to setup a totally clean branch to generate patches.

This series is targetting the main branch.
Please rebase on the upstream main of today.