From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 24 May 2016 09:10:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,360,1459839600"; d="scan'208";a="983774358" Received: from pmiesle-mobl.ger.corp.intel.com ([10.252.11.228]) by orsmga002.jf.intel.com with SMTP; 24 May 2016 09:10:03 -0700 Received: by (sSMTP sendmail emulation); Tue, 24 May 2016 17:10:01 +0025 Date: Tue, 24 May 2016 17:10:01 +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: <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 Content-Disposition: inline In-Reply-To: <1462515948-23906-1-git-send-email-jianbo.liu@linaro.org> 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:10:07 -0000 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