All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usertools: add support for AVP device
@ 2018-03-05  9:16 Xiaohua Zhang
  2018-03-05  9:32 ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Xiaohua Zhang @ 2018-03-05  9:16 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit

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 related	[flat|nested] 3+ messages in thread

* Re: [PATCH] usertools: add support for AVP device
  2018-03-05  9:16 [PATCH] usertools: add support for AVP device Xiaohua Zhang
@ 2018-03-05  9:32 ` Ferruh Yigit
  2018-03-27 22:51   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2018-03-05  9:32 UTC (permalink / raw)
  To: Xiaohua Zhang, dev

On 3/5/2018 9:16 AM, Xiaohua Zhang wrote:
> Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] usertools: add support for AVP device
  2018-03-05  9:32 ` Ferruh Yigit
@ 2018-03-27 22:51   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-03-27 22:51 UTC (permalink / raw)
  To: Xiaohua Zhang; +Cc: dev, Ferruh Yigit

05/03/2018 10:32, Ferruh Yigit:
> On 3/5/2018 9:16 AM, Xiaohua Zhang wrote:
> > Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-27 22:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-05  9:16 [PATCH] usertools: add support for AVP device Xiaohua Zhang
2018-03-05  9:32 ` Ferruh Yigit
2018-03-27 22:51   ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.