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

2017-05-01 Thread Thomas Monjalon
01/05/2017 21:09, Mark Asselstine: > The existing code used to search for module files via modinfo has > several corner cases which can result in it failing where it should be > successful. > > The call to lower() would cause results returned by 'modinfo' to be > forced to lowercase, results which

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

2017-05-01 Thread Mark Asselstine
The existing code used to search for module files via modinfo has several corner cases which can result in it failing where it should be successful. The call to lower() would cause results returned by 'modinfo' to be forced to lowercase, results which were subsequently passed to exists() which is