Re: [dpdk-dev] [PATCH v2 0/2] IXGBE vPMD changes for aarch64

2019-08-28 Thread Ye Xiaolong
On 08/28, Ruifeng Wang wrote: >Couple of changes to IXGBE vector PMD on aarch64 platform. >An unnecessary memory barrier was identified and removed. >Also part of processing was replaced with NEON intrinsics. >Both of the changes will help to improve performance. > >Ruifeng Wang (2): > net/ixgbe:

[dpdk-dev] [PATCH v2 0/2] IXGBE vPMD changes for aarch64

2019-08-28 Thread Ruifeng Wang
Couple of changes to IXGBE vector PMD on aarch64 platform. An unnecessary memory barrier was identified and removed. Also part of processing was replaced with NEON intrinsics. Both of the changes will help to improve performance. Ruifeng Wang (2): net/ixgbe: remove barrier in vPMD for aarch64