From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 79F7C6CCC for ; Wed, 19 Oct 2016 11:20:43 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 19 Oct 2016 02:20:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,513,1473145200"; d="scan'208";a="21151058" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.138]) by fmsmga006.fm.intel.com with SMTP; 19 Oct 2016 02:20:39 -0700 Received: by (sSMTP sendmail emulation); Wed, 19 Oct 2016 10:20:39 +0100 Date: Wed, 19 Oct 2016 10:20:38 +0100 From: Bruce Richardson To: Jianbo Liu Cc: helin.zhang@intel.com, jingjing.wu@intel.com, jerin.jacob@caviumnetworks.com, dev@dpdk.org, qi.z.zhang@intel.com Message-ID: <20161019092038.GA27816@bricha3-MOBL3.ger.corp.intel.com> References: <1472032425-16136-1-git-send-email-jianbo.liu@linaro.org> <1476417604-22400-1-git-send-email-jianbo.liu@linaro.org> <20161017144434.GA228948@bricha3-MOBL3.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161017144434.GA228948@bricha3-MOBL3.ger.corp.intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) Subject: Re: [dpdk-dev] [PATCH v2 0/5] i40e: vector poll-mode driver on ARM64 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: Wed, 19 Oct 2016 09:20:43 -0000 On Mon, Oct 17, 2016 at 03:44:34PM +0100, Bruce Richardson wrote: > On Fri, Oct 14, 2016 at 09:29:59AM +0530, Jianbo Liu wrote: > > This patch set is to implement i40e vector PMD on ARM64. > > For x86, vPMD is only reorganized, there should be no performance loss. > > > > v1 -> v2 > > - rebase to dpdk-next-net/rel_16_11 > > > > Jianbo Liu (5): > > i40e: extract non-x86 specific code from vector driver > > i40e: implement vector PMD for ARM architecture > > i40e: enable i40e vector PMD on ARMv8a platform > > i40e: make vector driver filenames consistent > > maintainers: claim i40e vector PMD on ARM > > > While I haven't reviewed the ARM code, I have run a very quick sanity > check on an IA platform and saw no performance regression there. > > Acked-by: Bruce Richardson Applied to dpdk-next-net/rel_16_11 /Bruce