I've watched this talk
https://www.youtube.com/watch?v=KPshkuEPOOU, and I've done pretty extensive research into running DPDK applications in containers for intra-host container networking. (+ thank you to all those who responded to my previous question on this forum!)
My understanding is that there are two approaches to DPDK + container networking:
- Aggregation: Using VirtIo-User (containers) and vhost-user (backend) which offers a software PMD. This also needs to be connected to a virtual switching infrastructure on the host.
- Slicing: Using SR-IOV or similar to give containers direct access to devices.
I'm not sure how to reconcile these options with Containernet, both conceptually and in practice.