Re: [dpdk-dev] [PATCH v4 2/3] test/rwlock: add perf test case on all available cores

2019-03-21 Thread Ananyev, Konstantin
> > Add performance test on all available cores to benchmark > the scaling up performance of rwlock. > > Fixes: af75078fece3 ("first public release") > Cc: sta...@dpdk.org > > Suggested-by: Gavin Hu > Signed-off-by: Joyce Kong > -- Acked-by: Konstantin Ananyev > 2.7.4

[dpdk-dev] [PATCH v4 2/3] test/rwlock: add perf test case on all available cores

2019-03-19 Thread Joyce Kong
Add performance test on all available cores to benchmark the scaling up performance of rwlock. Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org Suggested-by: Gavin Hu Signed-off-by: Joyce Kong --- app/test/test_rwlock.c | 75 ++ 1