* [dpdk-dev] [PATCH] usertools/dpdk-devbind.py: add support for avp device
@ 2018-02-26 5:43 Xiaohua Zhang
2018-03-02 15:35 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: Xiaohua Zhang @ 2018-02-26 5:43 UTC (permalink / raw)
To: dev
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
---
usertools/dpdk-devbind.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py
index 18d9386..ff4b186 100755
--- a/usertools/dpdk-devbind.py
+++ b/usertools/dpdk-devbind.py
@@ -22,8 +22,10 @@
'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]
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind.py: add support for avp device
2018-02-26 5:43 [dpdk-dev] [PATCH] usertools/dpdk-devbind.py: add support for avp device Xiaohua Zhang
@ 2018-03-02 15:35 ` Ferruh Yigit
2018-03-05 1:40 ` Zhang, Xiaohua
0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2018-03-02 15:35 UTC (permalink / raw)
To: Xiaohua Zhang, dev
On 2/26/2018 5:43 AM, Xiaohua Zhang wrote:
> Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
Patch title should be:
usertools: add support for AVP device
Except from that,
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind.py: add support for avp device
2018-03-02 15:35 ` Ferruh Yigit
@ 2018-03-05 1:40 ` Zhang, Xiaohua
0 siblings, 0 replies; 3+ messages in thread
From: Zhang, Xiaohua @ 2018-03-05 1:40 UTC (permalink / raw)
To: YIGIT, FERRUH, dev
Hi Yigit,
Should I create an update one and send out?
BR.
Xiaohua Zhang
-----Original Message-----
From: Ferruh Yigit [mailto:ferruh.yigit@intel.com]
Sent: Friday, March 02, 2018 11:35 PM
To: Zhang, Xiaohua; dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind.py: add support for avp device
On 2/26/2018 5:43 AM, Xiaohua Zhang wrote:
> Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
Patch title should be:
usertools: add support for AVP device
Except from that,
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-05 1:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26 5:43 [dpdk-dev] [PATCH] usertools/dpdk-devbind.py: add support for avp device Xiaohua Zhang
2018-03-02 15:35 ` Ferruh Yigit
2018-03-05 1:40 ` Zhang, Xiaohua
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).