Check out my first novel, midnight's simulacra!

DPDK

From dankwiki
Revision as of 14:21, 22 April 2021 by Dank (talk | contribs)

The Data Plane Development Kit, a Linux Foundation effort, makes robust userspace Linux networking more or less available to the common hax0r.

Userspace driver

You'll need either a UIO or a VFIO module loaded. VFIO is preferable, as it can drive the IOMMU. This is the vfio-pci driver. If your system can't work with VFIO, the uio_pci_generic or igb_uio modules can be employed.