Re: [dpdk-dev] [PATCH v4] i40e: implement vector PMD for altivec

2017-03-02 Thread Ferruh Yigit
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 g

Re: [dpdk-dev] [PATCH v4] i40e: implement vector PMD for altivec

2017-02-27 Thread Chao Zhu
-Original Message- From: Gowrishankar [mailto:gowrishanka...@linux.vnet.ibm.com] Sent: 2017年2月23日 12:39 To: dev@dpdk.org Cc: Chao Zhu ; Helin Zhang ; Jingjing Wu ; Thomas Monjalon ; Pradeep ; Gowrishankar Muthukrishnan Subject: [PATCH v4] i40e: implement vector PMD for altivec From: Gowr

Re: [dpdk-dev] [PATCH v4] i40e: implement vector PMD for altivec

2017-02-23 Thread Ferruh Yigit
On 2/23/2017 4:39 AM, Gowrishankar 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

[dpdk-dev] [PATCH v4] i40e: implement vector PMD for altivec

2017-02-22 Thread Gowrishankar
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: