Re: [dpdk-dev] [PATCH v4 1/3] test/ring: ring perf test case enhancement

2019-01-02 Thread Gavin Hu (Arm Technology China)
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, January 2, 2019 8:49 PM > To: Gavin Hu (Arm Technology China) > Cc: dev@dpdk.org; jer...@marvell.com; hemant.agra...@nxp.com; > bruce.richard...@intel.com; chao...@linux.vnet.ibm.com; Honnappa > Nagarahalli ; nd ; > olivie

Re: [dpdk-dev] [PATCH v4 1/3] test/ring: ring perf test case enhancement

2019-01-02 Thread Thomas Monjalon
> Suggested-by: Gavin Hu > Signed-off-by: Joyce Kong > Reviewed-by: Ruifeng Wang > Reviewed-by: Honnappa Nagarahalli > Reviewed-by: Dharmik Thakkar > Reviewed-by: Ola Liljedahl > Reviewed-by: Gavin Hu Small comment about the email addresses, Please do not use uppercase so we can match/grep

[dpdk-dev] [PATCH v4 1/3] test/ring: ring perf test case enhancement

2019-01-01 Thread Gavin Hu
From: Joyce Kong Run ring perf test on all available cores to really verify MPMC operations. The old way of running on a pair of cores is not enough for MPMC rings. We used this test case for ring optimization and it was really helpful for measuring the ring performance in multi-core environment.