[dpdk-dev] [PATCH] tools/dpdkdevbind.py: remove call to lower case for mod path
[dpdk-dev] [PATCH] tools/dpdkdevbind.py: remove call to lower case for mod path
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