usertools: support AVP device
authorXiaohua Zhang <xiaohua.zhang@windriver.com>
Mon, 5 Mar 2018 09:16:32 +0000 (17:16 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 27 Mar 2018 22:49:53 +0000 (00:49 +0200)
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
usertools/dpdk-devbind.py

index 18d9386..ff4b186 100755 (executable)
@@ -22,8 +22,10 @@ cavium_fpa = {'Class': '08', 'Vendor': '177d', 'Device': 'a053',
               'SVendor': None, 'SDevice': None}
 cavium_pkx = {'Class': '08', 'Vendor': '177d', 'Device': 'a0dd,a049',
               'SVendor': None, 'SDevice': None}
+avp_vnic = {'Class': '05', 'Vendor': '1af4', 'Device': '1110',
+              'SVendor': None, 'SDevice': None}
 
-network_devices = [network_class, cavium_pkx]
+network_devices = [network_class, cavium_pkx, avp_vnic]
 crypto_devices = [encryption_class, intel_processor_class]
 eventdev_devices = [cavium_sso]
 mempool_devices = [cavium_fpa]