Re: [dpdk-dev] [PATCH v7 0/5] Introduce flow perf application

2020-06-29 Thread Thomas Monjalon
04/06/2020 15:34, Wisam Jaddo: > Add new application to test rte flow performance from: > - Insertion rate. > - Deletion rate. > - Memory consumption. > - PPS forward measurement. > > Unchanged comments: > - Prevent actions such as Queue from adding twice: > * Current design don't support add acti

[dpdk-dev] [PATCH v7 0/5] Introduce flow perf application

2020-06-04 Thread Wisam Jaddo
Add new application to test rte flow performance from: - Insertion rate. - Deletion rate. - Memory consumption. - PPS forward measurement. Unchanged comments: - Prevent actions such as Queue from adding twice: * Current design don't support add actions twice. * This is performace app that not shou