Re: [dpdk-dev] [PATCH v4 07/14] acl: add infrastructure to support AVX512 classify

2020-10-13 Thread Ananyev, Konstantin
> On Tue, Oct 6, 2020 at 5:11 PM Konstantin Ananyev > wrote: > > diff --git a/config/x86/meson.build b/config/x86/meson.build > > index fea4d54035..724e69f4c4 100644 > > --- a/config/x86/meson.build > > +++ b/config/x86/meson.build > > @@ -22,7 +22,8 @@ foreach f:base_flags > > endforeach > > >

Re: [dpdk-dev] [PATCH v4 07/14] acl: add infrastructure to support AVX512 classify

2020-10-13 Thread David Marchand
On Tue, Oct 6, 2020 at 5:11 PM Konstantin Ananyev wrote: > diff --git a/config/x86/meson.build b/config/x86/meson.build > index fea4d54035..724e69f4c4 100644 > --- a/config/x86/meson.build > +++ b/config/x86/meson.build > @@ -22,7 +22,8 @@ foreach f:base_flags > endforeach > > optional_flags = [

[dpdk-dev] [PATCH v4 07/14] acl: add infrastructure to support AVX512 classify

2020-10-06 Thread Konstantin Ananyev
Add necessary changes to support new AVX512 specific ACL classify algorithm: - changes in meson.build to check that build tools (compiler, assembler, etc.) do properly support AVX512. - run-time checks to make sure target platform does support AVX512. - dummy rte_acl_classify_avx512() for tar