From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D12192BAD for ; Thu, 2 Mar 2017 13:10:18 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2017 04:10:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,231,1484035200"; d="scan'208";a="231439764" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.255.134.95]) ([10.255.134.95]) by fmsmga004.fm.intel.com with ESMTP; 02 Mar 2017 04:10:12 -0800 To: Chao Zhu , 'Gowrishankar' , dev@dpdk.org References: <000301d29175$45e2fa70$d1a8ef50$@linux.vnet.ibm.com> Cc: 'Helin Zhang' , 'Jingjing Wu' , 'Thomas Monjalon' , 'Pradeep' From: Ferruh Yigit Message-ID: Date: Thu, 2 Mar 2017 12:10:10 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <000301d29175$45e2fa70$d1a8ef50$@linux.vnet.ibm.com> Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4] i40e: implement vector PMD for altivec X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 12:10:19 -0000 On 2/28/2017 3:46 AM, Chao Zhu wrote: <...> > From: Gowrishankar Muthukrishnan > > This patch enables i40e driver in powerpc along with its altivec intrinsic > support. > > Changes: > v4 - docs and config update. > v3 - minor corrections for coding style standard. > v2 - minor corrections for gcc strict aliasing and coding style standard. > > > Signed-off-by: Gowrishankar Muthukrishnan > > Acked-by: Chao Zhu Applied to dpdk-next-net/master, thanks.