fuel-plugin-ovs/ovs_build/dpdk_16.04/debian/dpdk.interfaces
Guo Ruijing 51f41273b3 Update dir name from dpdk-16.04 to dpdk_16.04
Change-Id: I673b9a86607f14e28e71ef3cd32742be0bb7cfaa
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-08-05 10:02:36 +08:00

14 lines
514 B
Plaintext

#
# <bus> Currently only "pci" is supported
# <id> Device ID on the specified bus
# <driver> Driver to bind against (vfio-pci or uio_pci_generic)
#
# Be aware that the two dpdk compatible drivers uio_pci_generic and vfio-pci are
# part of linux-image-extra-<VERSION> package.
# This package is not always installed by default - for example in cloud-images.
# So please install it in case you run into missing module issues.
#
# <bus> <id> <driver>
# pci 0000:04:00.0 vfio-pci
# pci 0000:04:00.1 uio_pci_generic