From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jianbo Liu Subject: [PATCH v3 0/4] ixgbe: enable ixgbe vector PMD on ARM Date: Fri, 6 May 2016 11:55:44 +0530 Message-ID: <1462515948-23906-1-git-send-email-jianbo.liu@linaro.org> References: <1461159902-16680-1-git-send-email-jianbo.liu@linaro.org> Cc: Jianbo Liu To: dev@dpdk.org, bruce.richardson@intel.com, jerin.jacob@caviumnetworks.com, helin.zhang@intel.com, konstantin.ananyev@intel.com Return-path: Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id 167E25A54 for ; Fri, 6 May 2016 08:28:12 +0200 (CEST) In-Reply-To: <1461159902-16680-1-git-send-email-jianbo.liu@linaro.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Implement ixgbe vPMD on ARM with NEON intrinsic. v3: - rebase to rel_16_07 branch on dpdk-next-net. v2: - move the common code to new header file. Jianbo Liu (4): ixgbe: rearrange vector PMD code for x86 ixgbe: implement vector PMD for arm architecture ixgbe: enable ixgbe vector PMD on ARMv8a platform maintainers: claim responsibility for ixgbe vector PMD on ARM MAINTAINERS | 1 + config/defconfig_arm64-armv8a-linuxapp-gcc | 1 - drivers/net/ixgbe/Makefile | 4 + drivers/net/ixgbe/ixgbe_rxtx_vec.c | 258 +------------ drivers/net/ixgbe/ixgbe_rxtx_vec_common.h | 327 +++++++++++++++++ drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c | 561 +++++++++++++++++++++++++++++ 6 files changed, 901 insertions(+), 251 deletions(-) create mode 100644 drivers/net/ixgbe/ixgbe_rxtx_vec_common.h create mode 100644 drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c -- 2.4.11