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

* Re: [dpdk-dev] [PATCH] usertools/devbind: add dlb
  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
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2021-04-25 15:53 UTC (permalink / raw)
  To: Timothy McDaniel
  Cc: dev, Jerin Jacob Kollanukkaran, harry.van.haaren, Ray Kinsella,
	Neil Horman, nikhil.rao, erik.g.carrillo, abhinandan.gujjar,
	pbhagavatula, Hemant Agrawal, mattias.ronnblom, peter.mccarthy

Timothy McDaniel:
> --- 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]

Please try to insert new items in alphabetical order.

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

* Re: [dpdk-dev] [PATCH] usertools/devbind: add dlb
  2021-04-25 15:53 ` Thomas Monjalon
@ 2021-04-26 13:00   ` McDaniel, Timothy
  0 siblings, 0 replies; 5+ messages in thread
From: McDaniel, Timothy @ 2021-04-26 13:00 UTC (permalink / raw)
  To: Thomas Monjalon
  Cc: dev, Jerin Jacob Kollanukkaran, Van Haaren, Harry, Ray Kinsella,
	Neil Horman, Rao, Nikhil, Carrillo, Erik G, Gujjar, Abhinandan S,
	pbhagavatula, Hemant Agrawal, mattias.ronnblom, Mccarthy, Peter



> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Sunday, April 25, 2021 10:53 AM
> To: McDaniel, Timothy <timothy.mcdaniel@intel.com>
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran <jerinj@marvell.com>; Van
> Haaren, Harry <harry.van.haaren@intel.com>; Ray Kinsella <mdr@ashroe.eu>;
> Neil Horman <nhorman@tuxdriver.com>; Rao, Nikhil <nikhil.rao@intel.com>;
> Carrillo, Erik G <erik.g.carrillo@intel.com>; Gujjar, Abhinandan S
> <abhinandan.gujjar@intel.com>; pbhagavatula@marvell.com; Hemant Agrawal
> <hemant.agrawal@nxp.com>; mattias.ronnblom
> <mattias.ronnblom@ericsson.com>; Mccarthy, Peter
> <peter.mccarthy@intel.com>
> Subject: Re: [dpdk-dev] [PATCH] usertools/devbind: add dlb
> 
> Timothy McDaniel:
> > --- 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]
> 
> Please try to insert new items in alphabetical order.

Thanks for the feedback, Thomas.  I will update and resubmit.

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

* [dpdk-dev] [PATCH v2 1/1] usertools/devbind: add dlb
  2021-04-21 20:04 [dpdk-dev] [PATCH] usertools/devbind: add dlb Timothy McDaniel
  2021-04-25 15:53 ` Thomas Monjalon
@ 2021-04-26 15:34 ` Timothy McDaniel
  2021-05-19  9:47   ` Thomas Monjalon
  1 sibling, 1 reply; 5+ messages in thread
From: Timothy McDaniel @ 2021-04-26 15:34 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 98bd1b7e4..2fe0c6a6a 100755
--- a/usertools/dpdk-devbind.py
+++ b/usertools/dpdk-devbind.py
@@ -46,6 +46,8 @@
 octeontx2_ree = {'Class': '08', 'Vendor': '177d', 'Device': 'a0f4',
                  'SVendor': None, 'SDevice': None}
 
+intel_dlb = {'Class': '0b', 'Vendor': '8086', 'Device': '270b,2710,2714',
+             'SVendor': None, 'SDevice': None}
 intel_ioat_bdw = {'Class': '08', 'Vendor': '8086',
                   'Device': '6f20,6f21,6f22,6f23,6f24,6f25,6f26,6f27,6f2e,6f2f',
                   'SVendor': None, 'SDevice': None}
@@ -63,7 +65,7 @@
 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, intel_dlb, octeontx2_sso]
 mempool_devices = [cavium_fpa, octeontx2_npa]
 compress_devices = [cavium_zip]
 regex_devices = [octeontx2_ree]
-- 
2.23.0


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

* Re: [dpdk-dev] [PATCH v2 1/1] usertools/devbind: add dlb
  2021-04-26 15:34 ` [dpdk-dev] [PATCH v2 1/1] " Timothy McDaniel
@ 2021-05-19  9:47   ` Thomas Monjalon
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2021-05-19  9:47 UTC (permalink / raw)
  To: Timothy McDaniel
  Cc: dev, jerinj, harry.van.haaren, mdr, nhorman, nikhil.rao,
	erik.g.carrillo, abhinandan.gujjar, pbhagavatula, hemant.agrawal,
	mattias.ronnblom, peter.mccarthy

26/04/2021 17:34, Timothy McDaniel:
> 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>

Applied (with DLB uppercased), thanks.



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