numam-dpdk/app/test-acl
Konstantin Ananyev 45da22e42e acl: add 512-bit AVX512 classify method
Introduce classify implementation that uses AVX512 specific ISA.
rte_acl_classify_avx512x32() is able to process up to 32 flows in parallel.
It uses 512-bit width registers/instructions and provides higher
performance then rte_acl_classify_avx512x16(), but can cause
frequency level change.
Note that for now only 64-bit version is supported.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2020-10-14 14:23:01 +02:00
..
main.c acl: add 512-bit AVX512 classify method 2020-10-14 14:23:01 +02:00
meson.build app/acl: move from test directory 2019-02-26 15:28:10 +01:00