Re: [dpdk-dev] [PATCH] app/test-flow-perf: configurable rule batches

2020-09-25 Thread Wisam Monther
Hi Georgios, >-Original Message- >From: george@gmail.com On Behalf Of Georgios >Katsikas >Sent: Tuesday, September 8, 2020 9:13 AM >To: wis...@mellanox.com >Cc: dev@dpdk.org; Georgios Katsikas >Subject: [PATCH] app/test-flow-perf: configurable rule batches Please use 'app/flow-perf'

Re: [dpdk-dev] [PATCH] app/test-flow-perf: configurable rule batches

2020-09-24 Thread Georgios Katsikas
Hi Wisam, The patch is resubmitted as you suggested. thanks, Georgios On Thu, Sep 24, 2020 at 11:05 AM Wisam Monther wrote: > Hi Georgios, > > >-Original Message- > >From: george@gmail.com On Behalf Of Georgios > >Katsikas > >Sent: Tuesday, September 8, 2020 9:13 AM > >To: wis...@

[dpdk-dev] [PATCH] app/test-flow-perf: configurable rule batches

2020-09-07 Thread Georgios Katsikas
* One can now configure the number of rules per batch * Refactored flow_count variable to rules_count as it is related to the newly added rules_batch variable * Added default values to usage function Signed-off-by: Georgios Katsikas --- app/test-flow-perf/main.c | 87 +++-