mbox series

[v9,0/5] add meter policy support in flow-perf

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

Message

Rongwei Liu Nov. 11, 2021, 2:23 p.m. UTC
  Add meter policy support and provide options to specify
green/yellow/red colored actions and cir/cbs/ebs values.

v9: split into more commits.
v8: clean log.
v7: rebase on top of dpdk.org/main and fix existed styles.
v6: rebase on top of main.
v5: fix intermediate werror.
v4: rebase on top of master-net-mlx.
v3: support yellow color action and ebs options.
v2: add option to specify green color actions.

Rongwei Liu (5):
  app/flow-perf: define flow-options as global
  app/flow-perf: support meter policy API
  app/flow-perf: support dynamic values for meter profile
  app/flow-perf: add packet metering mode
  app/flow-perf: fix previous wrong indentation

 app/test-flow-perf/main.c      | 834 +++++++++++++++++++--------------
 doc/guides/tools/flow-perf.rst |  16 +-
 2 files changed, 501 insertions(+), 349 deletions(-)
  

Comments

Thomas Monjalon Nov. 16, 2021, 11:33 a.m. UTC | #1
11/11/2021 15:23, Rongwei Liu:
> Add meter policy support and provide options to specify
> green/yellow/red colored actions and cir/cbs/ebs values.
> 
> v9: split into more commits.
> v8: clean log.
> v7: rebase on top of dpdk.org/main and fix existed styles.
> v6: rebase on top of main.
> v5: fix intermediate werror.
> v4: rebase on top of master-net-mlx.
> v3: support yellow color action and ebs options.
> v2: add option to specify green color actions.
> 
> Rongwei Liu (5):
>   app/flow-perf: define flow-options as global
>   app/flow-perf: support meter policy API
>   app/flow-perf: support dynamic values for meter profile
>   app/flow-perf: add packet metering mode
>   app/flow-perf: fix previous wrong indentation

Applied, thanks.