Re: [dpdk-dev] [PATCH v2] devbind: don't display non-existent device categories

2018-11-23 Thread Burakov, Anatoly
On 22-Nov-18 5:12 PM, Thomas Monjalon wrote: 19/11/2018 11:33, Anatoly Burakov: If there aren't any devices of a particular category on user's system, we still display them, which is bad for usability. Fix devbind to not print out a category unless there are devices in it. Signed-off-by: Anatol

Re: [dpdk-dev] [PATCH v2] devbind: don't display non-existent device categories

2018-11-22 Thread Thomas Monjalon
19/11/2018 11:33, Anatoly Burakov: > If there aren't any devices of a particular category on user's > system, we still display them, which is bad for usability. Fix > devbind to not print out a category unless there are devices in > it. > > Signed-off-by: Anatoly Burakov > Reviewed-by: David Hunt

[dpdk-dev] [PATCH v2] devbind: don't display non-existent device categories

2018-11-19 Thread Anatoly Burakov
If there aren't any devices of a particular category on user's system, we still display them, which is bad for usability. Fix devbind to not print out a category unless there are devices in it. Signed-off-by: Anatoly Burakov Reviewed-by: David Hunt --- Notes: v2: fix indentation usertools