Re: [dpdk-dev] [PATCH v4 0/3] Small usability improvements for devbind

2019-07-30 Thread Thomas Monjalon
> Anatoly Burakov (3): > usertools/devbind: add error on forgetting to specify driver > usertools/devbind: check if module is loaded before binding > usertools/devbind: print all errors to stderr Applied, thanks

[dpdk-dev] [PATCH v4 0/3] Small usability improvements for devbind

2019-07-25 Thread Anatoly Burakov
Over the course of using devbind, i find myself frequently bumping up against two common errors (with the assumption being that i'm not the only person who hits these errors). First happens when i forget to specify the driver. The error message in this case looks something like the following: ana