[dpdk-dev] [PATCH] dpdk-devbind.py: remove module search corner cases

2017-05-01 Thread Mark Asselstine
path, passing it modinfo's stderr would fail. In keeping with the original code, however, we do some preliminary checks, but we are now free of corner cases. Signed-off-by: Mark Asselstine --- usertools/dpdk-devbind.py | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff

Re: [dpdk-dev] [PATCH] tools/dpdkdevbind.py: remove call to lower case for mod path

2017-05-01 Thread Mark Asselstine
On Monday, May 1, 2017 6:29:18 PM EDT Thomas Monjalon wrote: > 01/05/2017 17:33, Mark Asselstine: > > On Monday, May 1, 2017 11:24:13 AM EDT Mark Asselstine wrote: > > > On Friday, April 28, 2017 11:38:17 AM EDT Thomas Monjalon wrote: > > > > 25/11/2016 04:16, alloc

Re: [dpdk-dev] [PATCH] tools/dpdkdevbind.py: remove call to lower case for mod path

2017-05-01 Thread Mark Asselstine
On Monday, May 1, 2017 11:24:13 AM EDT Mark Asselstine wrote: > On Friday, April 28, 2017 11:38:17 AM EDT Thomas Monjalon wrote: > > 25/11/2016 04:16, alloc: > > > If the module path has upper case chars, the dpdk-devbind.py script will > > > crunch them to lower cas

Re: [dpdk-dev] [PATCH] tools/dpdkdevbind.py: remove call to lower case for mod path

2017-05-01 Thread Mark Asselstine
On Friday, April 28, 2017 11:38:17 AM EDT Thomas Monjalon wrote: > 25/11/2016 04:16, alloc: > > If the module path has upper case chars, the dpdk-devbind.py script will > > crunch them to lower case. This will result in the script never > > finding a module. > > I wonder why this "lower" was done