fd-net-device: Update documentation for DPDK package installation

This commit is contained in:
Harsh Patel
2020-09-22 19:25:12 +00:00
committed by Tom Henderson
parent a4f82a82ff
commit aa56b99e32

View File

@@ -89,7 +89,7 @@ To install DPDK on Ubuntu, run the following command:
.. sourcecode:: text
apt-get install dpdk dpdk-dev libdpdk-dev
apt-get install dpdk dpdk-dev libdpdk-dev dpdk-igb-uio-dkms
Ubuntu 20.04 has packaged DPDK v19.11 LTS which is tested with this module and DpdkNetDevice will only be enabled if this version is available.
@@ -153,9 +153,12 @@ Execute the following:
sudo modprobe uio_pci_generic
sudo modprobe uio
sudo insmod $RTE_SDK/$RTE_TARGET/kmod/igb_uio.ko
sudo modprobe vfio-pci
sudo modprobe igb_uio # for ubuntu package
# OR
sudo insmod $RTE_SDK/$RTE_TARGET/kmod/igb_uio.ko # for dpdk source
These should be done every time you reboot your system.