git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a50023
)
usertools: support AVP device
author
Xiaohua Zhang
<xiaohua.zhang@windriver.com>
Mon, 5 Mar 2018 09:16:32 +0000
(17:16 +0800)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/usertools/dpdk-devbind.py
b/usertools/dpdk-devbind.py
index
18d9386
..
ff4b186
100755
(executable)
--- a/
usertools/dpdk-devbind.py
+++ b/
usertools/dpdk-devbind.py
@@
-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]