Hello,
On 16/10/2020 16:15, David Marchand wrote:
On Tue, Oct 13, 2020 at 3:14 PM Vladimir Medvedkin
<vladimir.medved...@intel.com> wrote:
This patch series implements vectorized lookup using AVX512 for
ipv4 dir24_8 and ipv6 trie algorithms.
Also introduced rte_fib_set_lookup_fn() to change lookup function type.
Added option to select lookup function type in testfib application.
Depends-on: patch-80471 ("eal: add max SIMD bitwidth")
This series won't build for arm (caught with devtools/test-meson-builds.sh).
It breaks for unused variables at:
fib: introduce AVX512 lookup (66 minutes ago) <Vladimir Medvedkin>
fib6: introduce AVX512 lookup (3 minutes ago) <Vladimir Medvedkin>
Thanks David, I will send v11 now with fixes for unused nh_sz variable.
--
Regards,
Vladimir