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:12:34 +0100 Message-ID: <20160524161233.GB11856@bricha3-MOBL3> References: <1461159902-16680-1-git-send-email-jianbo.liu@linaro.org> <1462515948-23906-1-git-send-email-jianbo.liu@linaro.org> <20160524161001.GA11856@bricha3-MOBL3> 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 mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 176BA914 for ; Tue, 24 May 2016 18:12:53 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20160524161001.GA11856@bricha3-MOBL3> 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 Tue, May 24, 2016 at 05:10:01PM +0100, Bruce Richardson wrote: > 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 > Applied to dpdk-next-net/rel_16_07 Jianbo, I've fixed some checkpatch issues in patch 2, and updated the NIC features overview table as part of patch 3 when applying them. Please verify all is ok with you on the 16.07 branch, since I don't have ARM platforms to check things on. Regards, /Bruce