Flow Classification Optimizations in DPDK

preview_player
Показать описание
This presentation will cover flow table design using DPDK, as well as new algorithmic and hardware optimizations for the  RTE hash library that improves on the lookup and the flow update/insert performance. Furthermore, a new research proof of concept (POC) to optimize the OVS flow lookup using a two-layer lookup technology based on DPDK libraries will be highlighted with some preliminary research results.
Рекомендации по теме
Комментарии
Автор

How do you plan to fill your user space RX/TX queues? PF_RING or PACKET_MMAP with an AF_PACKET socket?
What other options do you have in bypassing the kernel?
Why not build your abstraction on top of DPDK (you get HW offload abstractions for crypto, compression for free as well)?

lankasiri