Re: [dpdk-dev] [PATCH 0/6] fib: implement AVX512 vector lookup

2020-04-16 Thread Thomas Monjalon
09/03/2020 13:43, Vladimir Medvedkin: > 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. If I unde

[dpdk-dev] [PATCH 0/6] fib: implement AVX512 vector lookup

2020-03-09 Thread Vladimir Medvedkin
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. Vladimir Medvedkin (6): eal: introduce zmm type for A