<div dir="ltr">Hello! Has anyone here used Containernet with DPDK before? Our use-case is evaluating DPDK-based applications under different network conditions (e.g., lossy links). <div><br></div><div><div><div>I've watched this talk <a href="https://www.youtube.com/watch?v=KPshkuEPOOU">https://www.youtube.com/watch?v=KPshkuEPOOU</a>, 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!)</div><div><br></div><div>My understanding is that there are two approaches to DPDK + container networking: </div><div><ul><li>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. </li><li>Slicing: Using SR-IOV or similar to give containers direct access to devices. </li></ul><div>I'm not sure how to reconcile these options with Containernet, both conceptually and in practice.</div></div></div></div><div><br></div><div>Conceptually: </div><div><ul><li>Does Containernet's <a href="https://github.com/containernet/containernet/blob/8e0aabef8f23def3961b30897dd486191d9bd693/util/install.sh#L406">OVS</a>/switching provide the appropriate infrastructure for the aggregation option?</li><li>Is Containernet even compatible with the VF/slicing option? Can I just build a Containernet node from a DPDK-compatible Dockerfile, set it up with the correct (sliced) PCI addresses, and then connect it to Containernet's emulated network? Would I have to configure anything on the emulated network to make this work? </li></ul><div>In practice: this seems like a really common use-case (DPDK is specifically mentioned in the original Containernet talk!). However, I can't find any clear guides or images for this, in the Containernet repo or otherwise. </div></div><div><br></div><div>Thank you in advance!</div><div>Thea </div></div>