From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jianbo Liu Subject: Re: [PATCH v3 0/4] ixgbe: enable ixgbe vector PMD on ARM Date: Fri, 27 May 2016 18:44:02 +0800 Message-ID: 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> <20160524161233.GB11856@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: dev@dpdk.org, Jerin Jacob , "Zhang, Helin" , "Ananyev, Konstantin" To: Bruce Richardson Return-path: Received: from mail-yw0-f171.google.com (mail-yw0-f171.google.com [209.85.161.171]) by dpdk.org (Postfix) with ESMTP id C33FA2A66 for ; Fri, 27 May 2016 12:44:02 +0200 (CEST) Received: by mail-yw0-f171.google.com with SMTP id o16so102246318ywd.2 for ; Fri, 27 May 2016 03:44:02 -0700 (PDT) In-Reply-To: <20160524161233.GB11856@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 25 May 2016 at 00:12, Bruce Richardson wrote: > 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. > Thanks Bruce. No need to change that list. I have verified the ixgbe VF PMD and vPMD on ARMv8a platform. Jianbo