> -----Original Message-----
> From: Thomas Monjalon <tho...@monjalon.net>
> Sent: Sunday, April 25, 2021 10:53 AM
> To: McDaniel, Timothy <timothy.mcdan...@intel.com>
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran <jer...@marvell.com>; Van
> Haaren, Harry <harry.van.haa...@intel.com>; Ray Kinsella <m...@ashroe.eu>;
> Neil Horman <nhor...@tuxdriver.com>; Rao, Nikhil <nikhil....@intel.com>;
> Carrillo, Erik G <erik.g.carri...@intel.com>; Gujjar, Abhinandan S
> <abhinandan.guj...@intel.com>; pbhagavat...@marvell.com; Hemant Agrawal
> <hemant.agra...@nxp.com>; mattias.ronnblom
> <mattias.ronnb...@ericsson.com>; Mccarthy, Peter
> <peter.mccar...@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.