Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind: fix missing device classes

2020-11-25 Thread Thomas Monjalon
24/11/2020 18:53, Stephen Hemminger: > On Tue, 24 Nov 2020 09:46:56 + > Bruce Richardson wrote: > > > The "misc" and "regex" device classes were missing from the list used to > > check arguments, preventing them from being used with "--status-dev" > > flag to list only devices of those types.

Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind: fix missing device classes

2020-11-25 Thread Thomas Monjalon
r > > Sent: Wednesday, November 25, 2020 1:53 AM > > To: Richardson, Bruce > > Cc: dev@dpdk.org; Ling, WeiX > > Subject: Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind: fix missing device > > classes > > > > On Tue, 24 Nov 2020 09:46:56 + > > Bruce Ric

Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind: fix missing device classes

2020-11-24 Thread Jiang, YuX
Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind: fix missing device > classes > > On Tue, 24 Nov 2020 09:46:56 + > Bruce Richardson wrote: > > > The "misc" and "regex" device classes were missing from the list used > > to check arguments, preventing th

Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind: fix missing device classes

2020-11-24 Thread Stephen Hemminger
On Tue, 24 Nov 2020 09:46:56 + Bruce Richardson wrote: > The "misc" and "regex" device classes were missing from the list used to > check arguments, preventing them from being used with "--status-dev" > flag to list only devices of those types. > > When adding them to the list, the list is a

[dpdk-dev] [PATCH] usertools/dpdk-devbind: fix missing device classes

2020-11-24 Thread Bruce Richardson
The "misc" and "regex" device classes were missing from the list used to check arguments, preventing them from being used with "--status-dev" flag to list only devices of those types. When adding them to the list, the list is also sorted alphabetically for consistency. Fixes: 81255f27c65c ("usert