DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] usertools/devbind: add dlb
@ 2021-04-21 20:04 Timothy McDaniel
  2021-04-25 15:53 ` Thomas Monjalon
  2021-04-26 15:34 ` [dpdk-dev] [PATCH v2 1/1] " Timothy McDaniel
  0 siblings, 2 replies; 5+ messages in thread
From: Timothy McDaniel @ 2021-04-21 20:04 UTC (permalink / raw)
  Cc: dev, jerinj, harry.van.haaren, mdr, nhorman, nikhil.rao,
	erik.g.carrillo, abhinandan.gujjar, pbhagavatula, hemant.agrawal,
	mattias.ronnblom, peter.mccarthy

Add dlb to usertools/dpdk-devbind.py so that it shows up
as an eventdev, and is identified as Intel dlb.

Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.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 98bd1b7..f36d294 100755
--- a/usertools/dpdk-devbind.py
+++ b/usertools/dpdk-devbind.py
@@ -59,11 +59,13 @@
                  'SVendor': None, 'SDevice': None}
 intel_ntb_icx = {'Class': '06', 'Vendor': '8086', 'Device': '347e',
                  'SVendor': None, 'SDevice': None}
+intel_dlb = {'Class': '0b', 'Vendor': '8086', 'Device': '270b,2710,2714',
+             'SVendor': None, 'SDevice': None}
 
 network_devices = [network_class, cavium_pkx, avp_vnic, ifpga_class]
 baseband_devices = [acceleration_class]
 crypto_devices = [encryption_class, intel_processor_class]
-eventdev_devices = [cavium_sso, cavium_tim, octeontx2_sso]
+eventdev_devices = [cavium_sso, cavium_tim, octeontx2_sso, intel_dlb]
 mempool_devices = [cavium_fpa, octeontx2_npa]
 compress_devices = [cavium_zip]
 regex_devices = [octeontx2_ree]
-- 
1.7.10


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

end of thread, other threads:[~2021-05-19  9:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21 20:04 [dpdk-dev] [PATCH] usertools/devbind: add dlb Timothy McDaniel
2021-04-25 15:53 ` Thomas Monjalon
2021-04-26 13:00   ` McDaniel, Timothy
2021-04-26 15:34 ` [dpdk-dev] [PATCH v2 1/1] " Timothy McDaniel
2021-05-19  9:47   ` Thomas Monjalon

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).