From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 24 May 2016 09:12:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,360,1459839600"; d="scan'208";a="983775969" Received: from pmiesle-mobl.ger.corp.intel.com ([10.252.11.228]) by orsmga002.jf.intel.com with SMTP; 24 May 2016 09:12:36 -0700 Received: by (sSMTP sendmail emulation); Tue, 24 May 2016 17:12:34 +0025 Date: Tue, 24 May 2016 17:12:34 +0100 From: Bruce Richardson To: Jianbo Liu Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, helin.zhang@intel.com, konstantin.ananyev@intel.com 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 Content-Disposition: inline In-Reply-To: <20160524161001.GA11856@bricha3-MOBL3> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3 0/4] ixgbe: enable ixgbe vector PMD on ARM X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2016 16:12:56 -0000 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