Re: [dpdk-dev] [PATCH v2] net/i40e: fix avx code error on MinGW

2021-02-04 Thread David Marchand
gt; >> Cc: david.march...@redhat.com; Zhang, Qi Z ; Yigit, > >> Ferruh ; tho...@monjalon.net; Richardson, Bruce > >> ; tal...@nvidia.com; Kadam, Pallavi > >> ; Menon, Ranjit ; Xing, > >> Beilei ; acon...@redhat.com; dev@dpdk.org; > >> c...@dpdk.org > >

Re: [dpdk-dev] [PATCH v2] net/i40e: fix avx code error on MinGW

2021-02-04 Thread Thomas Monjalon
04/02/2021 13:36, Ferruh Yigit: > On 2/4/2021 10:41 AM, Zhang, Qi Z wrote: > > From: Dmitry Kozlyuk > >> On Tue, 2 Feb 2021 22:32:58 +0800, Leyi Rong wrote: > >>> Adds extra cflags '-fno-asynchronous-unwind-tables' > >>> to avoid the MinGW build error: > >>> Error: invalid register for .seh_sav

Re: [dpdk-dev] [PATCH v2] net/i40e: fix avx code error on MinGW

2021-02-04 Thread Ferruh Yigit
, Ranjit ; Xing, Beilei ; acon...@redhat.com; dev@dpdk.org; c...@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix avx code error on MinGW On Tue, 2 Feb 2021 22:32:58 +0800, Leyi Rong wrote: Adds extra cflags '-fno-asynchronous-unwind-tables' to avoid the MinGW build error:

Re: [dpdk-dev] [PATCH v2] net/i40e: fix avx code error on MinGW

2021-02-04 Thread Zhang, Qi Z
Ranjit ; Xing, > Beilei ; acon...@redhat.com; dev@dpdk.org; > c...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix avx code error on MinGW > > On Tue, 2 Feb 2021 22:32:58 +0800, Leyi Rong wrote: > > Adds extra cflags '-fno-asynchronous-unwind-tables' >

Re: [dpdk-dev] [PATCH v2] net/i40e: fix avx code error on MinGW

2021-02-02 Thread Dmitry Kozlyuk
On Tue, 2 Feb 2021 22:32:58 +0800, Leyi Rong wrote: > Adds extra cflags '-fno-asynchronous-unwind-tables' > to avoid the MinGW build error: > Error: invalid register for .seh_savexmm > > Fixes: 5c38c33f7880 ("net/i40e: disable AVX512 with MinGW") > > Signed-off-by: Leyi Rong Tested-by: D

[dpdk-dev] [PATCH v2] net/i40e: fix avx code error on MinGW

2021-02-02 Thread Leyi Rong
Adds extra cflags '-fno-asynchronous-unwind-tables' to avoid the MinGW build error: Error: invalid register for .seh_savexmm Fixes: 5c38c33f7880 ("net/i40e: disable AVX512 with MinGW") Signed-off-by: Leyi Rong --- drivers/net/i40e/meson.build | 8 1 file changed, 4 insertions(+