Re: [dpdk-dev] [PATCH v4 13/14] test/acl: add AVX512 classify support

2020-10-14 Thread David Marchand
On Wed, Oct 14, 2020 at 12:32 PM Ananyev, Konstantin wrote: > > On Tue, Oct 6, 2020 at 5:13 PM Konstantin Ananyev > > wrote: > > > > > > Add AVX512 classify to the test coverage. > > > > > > Signed-off-by: Konstantin Ananyev > > > --- > > > app/test/test_acl.c | 6 -- > > > 1 file changed,

Re: [dpdk-dev] [PATCH v4 13/14] test/acl: add AVX512 classify support

2020-10-14 Thread Ananyev, Konstantin
> > On Tue, Oct 6, 2020 at 5:13 PM Konstantin Ananyev > wrote: > > > > Add AVX512 classify to the test coverage. > > > > Signed-off-by: Konstantin Ananyev > > --- > > app/test/test_acl.c | 6 -- > > 1 file changed, 4 insertions(+), 2 deletions(-) > > > > diff --git a/app/test/test_acl.c b

Re: [dpdk-dev] [PATCH v4 13/14] test/acl: add AVX512 classify support

2020-10-14 Thread David Marchand
On Tue, Oct 6, 2020 at 5:13 PM Konstantin Ananyev wrote: > > Add AVX512 classify to the test coverage. > > Signed-off-by: Konstantin Ananyev > --- > app/test/test_acl.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/app/test/test_acl.c b/app/test/test_acl.c > inde

[dpdk-dev] [PATCH v4 13/14] test/acl: add AVX512 classify support

2020-10-06 Thread Konstantin Ananyev
Add AVX512 classify to the test coverage. Signed-off-by: Konstantin Ananyev --- app/test/test_acl.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/test/test_acl.c b/app/test/test_acl.c index 333b347579..5b32347954 100644 --- a/app/test/test_acl.c +++ b/app/test/tes