Nic30 / ovs-cls

ovs classifier
Other
0 stars 0 forks source link

DPDK librte_acl/lpm #3

Open Nic30 opened 5 years ago

Nic30 commented 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.

Nic30 commented 5 years ago

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