Re: [dpdk-dev] [PATCH v1 1/2] test/rwlock: add perf test case

2018-12-19 Thread Honnappa Nagarahalli
> > > > Hi, > > > > > > > > Add performance test on all available cores to benchmark the scaling > > > up performance and fairness of rw_lock. > > > > > > Fixes: af75078faf ("first public release") > > > Cc: sta...@dpdk.org > > > > > > Suggested-by: Gavin Hu > > > Signed-off-by: Joyce Kong > > >

Re: [dpdk-dev] [PATCH v1 1/2] test/rwlock: add perf test case

2018-12-19 Thread Gavin Hu (Arm Technology China)
arahalli ; Gavin Hu (Arm Technology > China) ; sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v1 1/2] test/rwlock: add perf test case > > > Hi, > > > > > Add performance test on all available cores to benchmark the scaling > > up performance and fairness of rw_loc

Re: [dpdk-dev] [PATCH v1 1/2] test/rwlock: add perf test case

2018-12-19 Thread Ananyev, Konstantin
Hi, > > Add performance test on all available cores to benchmark > the scaling up performance and fairness of rw_lock. > > Fixes: af75078faf ("first public release") > Cc: sta...@dpdk.org > > Suggested-by: Gavin Hu > Signed-off-by: Joyce Kong > Reviewed-by: Honnappa Nagarahalli > Reviewed-

[dpdk-dev] [PATCH v1 1/2] test/rwlock: add perf test case

2018-12-12 Thread Joyce Kong
Add performance test on all available cores to benchmark the scaling up performance and fairness of rw_lock. Fixes: af75078faf ("first public release") Cc: sta...@dpdk.org Suggested-by: Gavin Hu Signed-off-by: Joyce Kong Reviewed-by: Honnappa Nagarahalli Reviewed-by: Ola Liljedahl Reviewed-by