]> git.droids-corp.org - dpdk.git/blobdiff - tools/dpdk_nic_bind.py
devargs: restore empty devargs
[dpdk.git] / tools / dpdk_nic_bind.py
index 812b6a17f023613ab3155665ba0da2dfb6cb899a..2483056caeb5a3d0545b4495cf97865f1e0638b0 100755 (executable)
@@ -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