[dpdk-dev] [PATCH 3/5] app/test-flow-perf: add deletion rate calculation

2020-04-09 Thread Wisam Jaddo
Add the ability to test deletion rate for flow performance application. This feature is disabled by default, and can be enabled by add "--deletion-rate" in the application command line options. Signed-off-by: Wisam Jaddo --- app/test-flow-perf/main.c | 87 ++

Re: [dpdk-dev] [PATCH 3/5] app/test-flow-perf: add deletion rate calculation

2020-04-28 Thread Wisam Monther
Thanks Jack, Jerin, Can you please review it according to our discussion in the RFC? >-Original Message- >From: Jack Min >Sent: Friday, April 17, 2020 5:08 AM >To: Wisam Monther >Cc: dev@dpdk.org; jerinjac...@gmail.com; Thomas Monjalon > >Subject: Re: [PATCH 3/5] app/test-flow-perf: add

Re: [dpdk-dev] [PATCH 3/5] app/test-flow-perf: add deletion rate calculation

2020-04-16 Thread Xiaoyu Min
On Thu, 20-04-09, 15:42, Wisam Jaddo wrote: > Add the ability to test deletion rate for flow performance > application. > > This feature is disabled by default, and can be enabled by > add "--deletion-rate" in the application command line options. > > Signed-off-by: Wisam Jaddo Reviewed-by: Xiao