Re: [ovs-dev] [PATCH v1 branch-2.14 2/2] acinclude: Strip out -mno-avx512f provided by DPDK.

2021-01-20 Thread Ilya Maximets
On 1/20/21 7:07 PM, Stokes, Ian wrote: > >> On 1/15/21 7:13 PM, Ilya Maximets wrote: >>> On 1/15/21 6:38 PM, Ian Stokes wrote: DPDK forces '-mno-avx512f' flag for the application if the toolchain used to build DPDK had broken AVX512 support. DPDK forces '-mno-avx512f' flag for

Re: [ovs-dev] [PATCH v1 branch-2.14 2/2] acinclude: Strip out -mno-avx512f provided by DPDK.

2021-01-20 Thread Stokes, Ian
> On 1/15/21 7:13 PM, Ilya Maximets wrote: > > On 1/15/21 6:38 PM, Ian Stokes wrote: > >> DPDK forces '-mno-avx512f' flag for the application if the toolchain > >> used to build DPDK had broken AVX512 support. > >> > >> DPDK forces '-mno-avx512f' flag for the application if the toolchain > >> use

Re: [ovs-dev] [PATCH v1 branch-2.14 2/2] acinclude: Strip out -mno-avx512f provided by DPDK.

2021-01-20 Thread Ilya Maximets
On 1/15/21 7:13 PM, Ilya Maximets wrote: > On 1/15/21 6:38 PM, Ian Stokes wrote: >> DPDK forces '-mno-avx512f' flag for the application if the toolchain >> used to build DPDK had broken AVX512 support. >> >> DPDK forces '-mno-avx512f' flag for the application if the toolchain >> used to build DPDK

Re: [ovs-dev] [PATCH v1 branch-2.14 2/2] acinclude: Strip out -mno-avx512f provided by DPDK.

2021-01-20 Thread Stokes, Ian
> On 1/15/21 6:38 PM, Ian Stokes wrote: > > DPDK forces '-mno-avx512f' flag for the application if the toolchain > > used to build DPDK had broken AVX512 support. > > > > DPDK forces '-mno-avx512f' flag for the application if the toolchain > > used to build DPDK had broken AVX512 support. But OVS

Re: [ovs-dev] [PATCH v1 branch-2.14 2/2] acinclude: Strip out -mno-avx512f provided by DPDK.

2021-01-15 Thread Ilya Maximets
On 1/15/21 6:38 PM, Ian Stokes wrote: > DPDK forces '-mno-avx512f' flag for the application if the toolchain > used to build DPDK had broken AVX512 support. > > DPDK forces '-mno-avx512f' flag for the application if the toolchain > used to build DPDK had broken AVX512 support. But OVS could be bu

[ovs-dev] [PATCH v1 branch-2.14 2/2] acinclude: Strip out -mno-avx512f provided by DPDK.

2021-01-15 Thread Ian Stokes
DPDK forces '-mno-avx512f' flag for the application if the toolchain used to build DPDK had broken AVX512 support. DPDK forces '-mno-avx512f' flag for the application if the toolchain used to build DPDK had broken AVX512 support. But OVS could be built with a completely different or fixed toolcha