mbox series

[v2,0/2] app/flow-perf: support meter action

Message ID 1611027580-332220-1-git-send-email-dongzhou@nvidia.com (mailing list archive)
Headers
Series app/flow-perf: support meter action |

Message

Dong Zhou Jan. 19, 2021, 3:39 a.m. UTC
  This patch introduces new parameter "--meter" to generate flows with meter
action in test-flow-perf application.

V2:
Divide this patch to 2 patches, one includes the split calculation and output
used cpu time for all insertion items, another includes the support for meter
action.

Dong Zhou (2):
  app/flow-perf: split calculation and output used cpu time
  app/flow-perf: support meter action

 app/test-flow-perf/actions_gen.c |  19 ++
 app/test-flow-perf/config.h      |   2 +
 app/test-flow-perf/main.c        | 411 +++++++++++++++++++++++++++++++--------
 doc/guides/tools/flow-perf.rst   |   4 +
 4 files changed, 352 insertions(+), 84 deletions(-)
  

Comments

Thomas Monjalon Jan. 26, 2021, 5:41 p.m. UTC | #1
19/01/2021 04:39, Dong Zhou:
> This patch introduces new parameter "--meter" to generate flows with meter
> action in test-flow-perf application.
> 
> V2:
> Divide this patch to 2 patches, one includes the split calculation and output
> used cpu time for all insertion items, another includes the support for meter
> action.
> 
> Dong Zhou (2):
>   app/flow-perf: split calculation and output used cpu time
>   app/flow-perf: support meter action

Applied, thanks