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

2017-02-22 Thread Ferruh Yigit
On 2/20/2017 12:15 PM, Gowrishankar wrote: > From: Gowrishankar Muthukrishnan > > Changes: > v3 - minor corrections for coding style standard. > v2 - minor corrections for gcc strict aliasing and coding style standard. > > This patch enables i40e driver in powerpc along with its altivec > intrin

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

2017-02-20 Thread Gowrishankar
From: Gowrishankar Muthukrishnan Changes: v3 - minor corrections for coding style standard. v2 - minor corrections for gcc strict aliasing and coding style standard. This patch enables i40e driver in powerpc along with its altivec intrinsic support. Signed-off-by: Gowrishankar Muthukrishnan --