[dpdk-dev] [PATCH 0/2] i40e neon vPMD optiomization for aarch64
Gavin Hu
gavin.hu at arm.com
Tue Aug 13 12:43:29 CEST 2019
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 loading is unnecessarily ordered for aarch64
net/i40e: remove compiler barrier for aarch64
drivers/net/i40e/i40e_rxtx_vec_neon.c | 5 -----
1 file changed, 5 deletions(-)
--
2.7.4
More information about the dev
mailing list