Re: [dpdk-dev] [PATCH] net/i40e: enable PPC altivec support for meson builds

2020-04-22 Thread Ye Xiaolong
On 04/09, David Christensen wrote: >The meson build file does not enable i40e vectorization support for >PPC/altivec systems, even though the existing Makefile does enable the >support. Add the required architecture check and sources line. > >Signed-off-by: David Christensen >--- > drivers/net/i40

Re: [dpdk-dev] [PATCH] net/i40e: enable PPC altivec support for meson builds

2020-04-10 Thread Bruce Richardson
On Thu, Apr 09, 2020 at 11:20:55AM -0700, David Christensen wrote: > The meson build file does not enable i40e vectorization support for > PPC/altivec systems, even though the existing Makefile does enable the > support. Add the required architecture check and sources line. > > Signed-off-by: Davi

[dpdk-dev] [PATCH] net/i40e: enable PPC altivec support for meson builds

2020-04-09 Thread David Christensen
The meson build file does not enable i40e vectorization support for PPC/altivec systems, even though the existing Makefile does enable the support. Add the required architecture check and sources line. Signed-off-by: David Christensen --- drivers/net/i40e/meson.build | 3 +++ 1 file changed, 3 i