RE: [PATCH v9 1/5] app/flow-perf: define flow-options as global

2021-11-16 Thread Wisam Monther
Hi, > -Original Message- > From: Rongwei Liu > Sent: Thursday, November 11, 2021 4:24 PM > To: Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; NBU-Contact- > Thomas Monjalon ; Wisam Monther > > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH v9 1/5] app/flo

[PATCH v9 1/5] app/flow-perf: define flow-options as global

2021-11-11 Thread Rongwei Liu
With flow-options defined as global struct, it's possible to use sub-functions to handle run-time options. It's helpful to avoid too many tabs warnings. Signed-off-by: Rongwei Liu --- app/test-flow-perf/main.c | 662 +++--- 1 file changed, 331 insertions(+), 331