Re: [dpdk-dev] [PATCH v1 0/2] reimplement rwlock and add relevant perf test case

2018-12-19 Thread Thomas Monjalon
17/12/2018 06:16, Honnappa Nagarahalli: > Adding other platform maintainers as it affects all platforms. There is no other comment. I am not sure what to do with this patch. > From: Gavin Hu (Arm Technology China) > > > > Hi Stephen, > > > > Thanks for your comment and sharing the link! > > W

Re: [dpdk-dev] [PATCH v1 0/2] reimplement rwlock and add relevant perf test case

2018-12-16 Thread Honnappa Nagarahalli
on.net; > jerin.ja...@caviumnetworks.com; hemant.agra...@nxp.com; Honnappa > Nagarahalli > Subject: RE: [dpdk-dev] [PATCH v1 0/2] reimplement rwlock and add relevant > perf test case > > Hi Stephen, > > Thanks for your comment and sharing the link! > We are looking into

Re: [dpdk-dev] [PATCH v1 0/2] reimplement rwlock and add relevant perf test case

2018-12-13 Thread Gavin Hu (Arm Technology China)
nology China) > Cc: dev@dpdk.org; nd ; tho...@monjalon.net; > jerin.ja...@caviumnetworks.com; hemant.agra...@nxp.com; Honnappa > Nagarahalli ; Gavin Hu (Arm Technology > China) > Subject: Re: [dpdk-dev] [PATCH v1 0/2] reimplement rwlock and add > relevant perf test case > >

Re: [dpdk-dev] [PATCH v1 0/2] reimplement rwlock and add relevant perf test case

2018-12-12 Thread Stephen Hemminger
On Thu, 13 Dec 2018 11:37:43 +0800 Joyce Kong wrote: > v1: reimplement rwlock with __atomic builtins, and add a rwlock perf test > on all available cores to benchmark the improvement. > > We tested the patches on three arm64 platforms, ThundeX2 gained 20% > performance, > Qualcomm gained 36

[dpdk-dev] [PATCH v1 0/2] reimplement rwlock and add relevant perf test case

2018-12-12 Thread Joyce Kong
v1: reimplement rwlock with __atomic builtins, and add a rwlock perf test on all available cores to benchmark the improvement. We tested the patches on three arm64 platforms, ThundeX2 gained 20% performance, Qualcomm gained 36% and the 4-Cortex-A72 Marvell MACCHIATObin gained 19.6%. Below is t