Re: [dpdk-dev] [PATCH 0/2] i40e neon vPMD optiomization for aarch64

2019-09-04 Thread Ferruh Yigit
On 8/13/2019 11:43 AM, Gavin Hu wrote: > Aarch64 neon vPMD survives across discontinuous DD bits, which makes > the ordering for descriptors loading unnecessary. > Similarly, the compiler barrier to order the extraction of packet > length is not needed any more when the extraction was simplified >

[dpdk-dev] [PATCH 0/2] i40e neon vPMD optiomization for aarch64

2019-08-13 Thread Gavin Hu
Aarch64 neon vPMD survives across discontinuous DD bits, which makes the ordering for descriptors loading unnecessary. Similarly, the compiler barrier to order the extraction of packet length is not needed any more when the extraction was simplified by anothe patch. Gavin Hu (2): net/i40e: desc