[dpdk-dev] [PATCH v3 3/3] tools: enable binding NIC device to uio_pci_generic

Bruce Richardson bruce.richardson at intel.com
Fri Feb 20 17:59:17 CET 2015


From: Zhou Danny <danny.zhou at intel.com>

Add uio_pci_generic to the list of supported kernel drivers.

Signed-off-by: Danny Zhou <danny.zhou at intel.com>
Tested-by: Qun Wan <qun.wan at intel.com>
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
 tools/dpdk_nic_bind.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/dpdk_nic_bind.py b/tools/dpdk_nic_bind.py
index 812b6a1..2483056 100755
--- a/tools/dpdk_nic_bind.py
+++ b/tools/dpdk_nic_bind.py
@@ -43,7 +43,7 @@ ETHERNET_CLASS = "0200"
 # Each device within this is itself a dictionary of device properties
 devices = {}
 # list of supported DPDK drivers
-dpdk_drivers = [ "igb_uio", "vfio-pci" ]
+dpdk_drivers = [ "igb_uio", "vfio-pci", "uio_pci_generic" ]
 
 # command-line arg flags
 b_flag = None
-- 
2.1.0



More information about the dev mailing list