net/ixgbe: implement vector driver for ARM
authorJianbo Liu <jianbo.liu@linaro.org>
Fri, 6 May 2016 06:25:46 +0000 (11:55 +0530)
committerBruce Richardson <bruce.richardson@intel.com>
Wed, 15 Jun 2016 15:13:54 +0000 (17:13 +0200)
commitb20971b6cca0d01c41ff06e161581754810bfeb7
treef08e1b18e18cc9b6458cdd5f4c15a83fe5fc6b85
parent8a44c15aa57d853efc8a1588239e87c2ef976d8e
net/ixgbe: implement vector driver for ARM

Use ARM NEON intrinsic to implement ixgbe vPMD

Signed-off-by: Jianbo Liu <jianbo.liu@linaro.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
[style fixes as highlighted by checkpatch.pl]
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
MAINTAINERS
config/defconfig_arm64-armv8a-linuxapp-gcc
doc/guides/nics/overview.rst
drivers/net/ixgbe/Makefile
drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c [new file with mode: 0644]