Re: [dpdk-dev] [PATCH 3/3] ring: use element APIs to implement legacy APIs

2020-07-07 Thread Feifei Wang
> -Original Message- > From: Honnappa Nagarahalli > Sent: 2020年7月8日 0:22 > To: Ananyev, Konstantin ; Feifei Wang > ; d...@linux.vnet.ibm.com > Cc: dev@dpdk.org; nd ; Ruifeng Wang > ; nd ; Honnappa Nagarahalli > ; nd > Subject: RE: [PATCH 3/3] ring: use element APIs to implement legacy

Re: [dpdk-dev] [PATCH 3/3] ring: use element APIs to implement legacy APIs

2020-07-07 Thread Feifei Wang
Hi, David > -Original Message- > From: David Christensen > Sent: 2020年7月8日 4:07 > To: Ananyev, Konstantin ; Feifei Wang > ; Honnappa Nagarahalli > > Cc: dev@dpdk.org; nd ; Ruifeng Wang > > Subject: Re: [PATCH 3/3] ring: use element APIs to implement legacy APIs > > > > On 7/7/20 7:04

Re: [dpdk-dev] [PATCH 3/3] ring: use element APIs to implement legacy APIs

2020-07-07 Thread Feifei Wang
Hi, Konstantin Thanks very much for your effort. Feifei > -Original Message- > From: Ananyev, Konstantin > Sent: 2020年7月7日 22:04 > To: Feifei Wang ; Honnappa Nagarahalli > ; d...@linux.vnet.ibm.com > Cc: dev@dpdk.org; nd ; Ruifeng Wang > ; nd > Subject: RE: [PATCH 3/3] ring: use elemen

Re: [dpdk-dev] [PATCH 3/3] ring: use element APIs to implement legacy APIs

2020-07-07 Thread David Christensen
On 7/7/20 7:04 AM, Ananyev, Konstantin wrote: Hi Feifei, > Hi, Konstantin, David I'm Feifei Wang from Arm. Sorry to make the following request: Would you please do some ring performance tests of this patch in your platforms at the time you are free? And I want to know whether this patch

Re: [dpdk-dev] [PATCH 3/3] ring: use element APIs to implement legacy APIs

2020-07-07 Thread Honnappa Nagarahalli
> > Hi Feifei, > > > Hi, Konstantin, David > > > > I'm Feifei Wang from Arm. Sorry to make the following request: > > Would you please do some ring performance tests of this patch in your > platforms at the time you are free? > > And I want to know whether this patch has a significant impact o

Re: [dpdk-dev] [PATCH 3/3] ring: use element APIs to implement legacy APIs

2020-07-07 Thread Ananyev, Konstantin
> > Use rte_ring_xxx_elem_xxx APIs to replace legacy API implementation. > This reduces code duplication and improves code maintenance. > > aarch64: > HW:N1sdp, 1 socket, 4 cores, 1 thread/core, 2.6GHz > OS:Ubuntu 18.04.1 LTS, Kernel: 5.4.0+ > DPDK: 20.05-rc3, Configuration: arm64-n1sdp-linux-gcc

Re: [dpdk-dev] [PATCH 3/3] ring: use element APIs to implement legacy APIs

2020-07-07 Thread Ananyev, Konstantin
Hi Feifei, > Hi, Konstantin, David > > I'm Feifei Wang from Arm. Sorry to make the following request: > Would you please do some ring performance tests of this patch in your > platforms at the time you are free? > And I want to know whether this patch has a significant impact on other > plat

Re: [dpdk-dev] [PATCH 3/3] ring: use element APIs to implement legacy APIs

2020-07-06 Thread Feifei Wang
Hi, Konstantin, David I'm Feifei Wang from Arm. Sorry to make the following request: Would you please do some ring performance tests of this patch in your platforms at the time you are free? And I want to know whether this patch has a significant impact on other platforms except ARM. Thanks ver

[dpdk-dev] [PATCH 3/3] ring: use element APIs to implement legacy APIs

2020-07-03 Thread Feifei Wang
Use rte_ring_xxx_elem_xxx APIs to replace legacy API implementation. This reduces code duplication and improves code maintenance. aarch64: HW:N1sdp, 1 socket, 4 cores, 1 thread/core, 2.6GHz OS:Ubuntu 18.04.1 LTS, Kernel: 5.4.0+ DPDK: 20.05-rc3, Configuration: arm64-n1sdp-linux-gcc gcc:9.2.1 $sudo