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: > > > > > If the module path ha

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 case. This will result in the scri

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

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

2017-05-01 Thread Thomas Monjalon
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: > > > > If the module path has upper case chars, the dpdk-devbind.py script will > > > > crunch them

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

2017-04-28 Thread Thomas Monjalon
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. I'm afraid we are missing something. Nobody else is complaining about this

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

2016-11-25 Thread 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. Port patch to dpdk-1.7.0 dpdk_nic_bind.py has been renamed to dpdk-devbind.py in 16.11, so just change file name. Signed-off-by: Paul Barrett

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

2016-11-25 Thread alloc