Open Nic30 opened 5 years ago
Find how exactly is the AVX and other SIMD units are used. Prepare small presentation about the structure of the tree/trie used in this implementation.
There are up to 8 separate trees/tables.
https://github.com/DPDK/dpdk/blob/master/lib/librte_lpm/rte_lpm6.c#L864 https://github.com/DPDK/dpdk/blob/master/lib/librte_lpm/rte_lpm_sse.h#L18
Find how exactly is the AVX and other SIMD units are used. Prepare small presentation about the structure of the tree/trie used in this implementation.