From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 0/4] ixgbe: enable ixgbe vector PMD on ARM Date: Tue, 24 May 2016 17:10:01 +0100 Message-ID: <20160524161001.GA11856@bricha3-MOBL3> References: <1461159902-16680-1-git-send-email-jianbo.liu@linaro.org> <1462515948-23906-1-git-send-email-jianbo.liu@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, helin.zhang@intel.com, konstantin.ananyev@intel.com To: Jianbo Liu Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id A7A1D5323 for ; Tue, 24 May 2016 18:10:06 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1462515948-23906-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" On Fri, May 06, 2016 at 11:55:44AM +0530, Jianbo Liu wrote: > 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 > Acked-by: Bruce Richardson