Re: [dpdk-dev] [PATCH] app/testpmd: configurable number of flows in flowgen
From: Li, Xiaoyun <hidden>
Date: 2021-08-23 11:08:37
From: Li, Xiaoyun <hidden>
Date: 2021-08-23 11:08:37
Hi
-----Original Message-----
From: Zhihong Wang <redacted>
Sent: Thursday, August 19, 2021 20:36
To: dev@dpdk.org; Yigit, Ferruh <redacted>; Li, Xiaoyun
[off-list ref]; Singh, Aman Deep [off-list ref];
irusskikh@marvell.com; cchemparathy@tilera.com
Cc: Zhihong Wang <redacted>
Subject: [PATCH] app/testpmd: configurable number of flows in flowgen
Make number of flows in flowgen configurable by setting parameter --flowgen-
flows=N.
Signed-off-by: Zhihong Wang <redacted>
---
Depends-on: series-18277 ("app/testpmd: flowgen fixes and improvements")
app/test-pmd/flowgen.c | 22 ++++++++++++++--------
app/test-pmd/parameters.c | 10 ++++++++++
app/test-pmd/testpmd.c | 1 +
app/test-pmd/testpmd.h | 1 +
doc/guides/testpmd_app_ug/run_app.rst | 5 +++++
5 files changed, 31 insertions(+), 8 deletions(-)Acked-by: Xiaoyun Li <redacted>