Re: [dpdk-dev] [PATCH v3 3/3] test/lpm: add RCU integration performance tests

2019-10-03 Thread Bruce Richardson
On Wed, Oct 02, 2019 at 09:02:03AM -0400, Aaron Conole wrote: > Honnappa Nagarahalli writes: > > > Add performance tests for RCU integration. The performance > > difference with and without RCU integration is very small > > (~1% to ~2%) on both Arm and x86 platforms. > > > > Signed-off-by: Honnap

Re: [dpdk-dev] [PATCH v3 3/3] test/lpm: add RCU integration performance tests

2019-10-02 Thread Aaron Conole
Honnappa Nagarahalli writes: > Add performance tests for RCU integration. The performance > difference with and without RCU integration is very small > (~1% to ~2%) on both Arm and x86 platforms. > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Gavin Hu > Reviewed-by: Ruifeng Wang > ---

[dpdk-dev] [PATCH v3 3/3] test/lpm: add RCU integration performance tests

2019-10-01 Thread Honnappa Nagarahalli
Add performance tests for RCU integration. The performance difference with and without RCU integration is very small (~1% to ~2%) on both Arm and x86 platforms. Signed-off-by: Honnappa Nagarahalli Reviewed-by: Gavin Hu Reviewed-by: Ruifeng Wang --- app/test/test_lpm_perf.c | 487 ++