Re: [dpdk-dev] [PATCH] acl: fix build with GCC 6.3

2021-06-16 Thread Thomas Monjalon
21/05/2021 16:42, Konstantin Ananyev: > --buildtype=debug with gcc 6.3 produces the following error: > > ../lib/librte_acl/acl_run_avx512_common.h: In function > ‘resolve_match_idx_avx512x16’: > ../lib/librte_acl/acl_run_avx512x16.h:33:18: error: > the last argument must be an 8-bit immediat

Re: [dpdk-dev] [PATCH] acl: fix build with GCC 6.3

2021-05-21 Thread Liang Ma
On Fri, May 21, 2021 at 05:10:41PM +0200, Thomas Monjalon wrote: > 21/05/2021 16:42, Konstantin Ananyev: > > --buildtype=debug with gcc 6.3 produces the following error: > > > > ../lib/librte_acl/acl_run_avx512_common.h: In function > > ‘resolve_match_idx_avx512x16’: > > ../lib/librte_acl/acl_run_

Re: [dpdk-dev] [PATCH] acl: fix build with GCC 6.3

2021-05-21 Thread Ananyev, Konstantin
> -Original Message- > From: Thomas Monjalon > Sent: Friday, May 21, 2021 4:11 PM > To: lian...@liangbit.com; Ananyev, Konstantin > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] acl: fix build with GCC 6.3 > > 21/05/2021 16:42, Konstantin

Re: [dpdk-dev] [PATCH] acl: fix build with GCC 6.3

2021-05-21 Thread Thomas Monjalon
21/05/2021 16:42, Konstantin Ananyev: > --buildtype=debug with gcc 6.3 produces the following error: > > ../lib/librte_acl/acl_run_avx512_common.h: In function > ‘resolve_match_idx_avx512x16’: > ../lib/librte_acl/acl_run_avx512x16.h:33:18: error: > the last argument must be an 8-bit immediat

Re: [dpdk-dev] [PATCH] acl: fix build with GCC 6.3

2021-05-21 Thread Liang Ma
On Fri, May 21, 2021 at 03:42:07PM +0100, Konstantin Ananyev wrote: I apply this patch but it caused i40e pmd avx512 build failure. not sure about the root cause. I build debug version with latest repo.

[dpdk-dev] [PATCH] acl: fix build with GCC 6.3

2021-05-21 Thread Konstantin Ananyev
--buildtype=debug with gcc 6.3 produces the following error: ../lib/librte_acl/acl_run_avx512_common.h: In function ‘resolve_match_idx_avx512x16’: ../lib/librte_acl/acl_run_avx512x16.h:33:18: error: the last argument must be an 8-bit immediate ^ ../lib/librte