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

2020-05-06 Thread Thomas Monjalon
+Cc more maintainers for review 06/05/2020 14:36, Wisam Jaddo: > Add new application to test rte flow performance from: > - Insertion rate. > - Deletion rate. > - Memory consumption. > - PPS forward measurement. > > --- > v5: > * Add app to 20.05 release notes. > * Addressing comments. > * Fix co

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

2020-05-06 Thread Wisam Jaddo
Add new application to test rte flow performance from: - Insertion rate. - Deletion rate. - Memory consumption. - PPS forward measurement. --- v5: * Add app to 20.05 release notes. * Addressing comments. * Fix compilation issue for gcc >= 10. * Fix documentation. * Remove unneeded CFLAGS. * Remove