[dpdk-dev] [PATCH] eal: fix regression of plugins always requiring full path

2015-11-23 Thread Thomas Monjalon
2015-11-23 14:05, Panu Matilainen: > The added error checking on plugin initialization in > commit 9f8eb1d9ca0f56d6292db5858c52e6873d0abe51 broke the ability of > loading plugins by their basename from default linker locations. > Only use stat() for directory discovery and leave error handling > to

[dpdk-dev] [PATCH] eal: fix regression of plugins always requiring full path

2015-11-23 Thread Panu Matilainen
The added error checking on plugin initialization in commit 9f8eb1d9ca0f56d6292db5858c52e6873d0abe51 broke the ability of loading plugins by their basename from default linker locations. Only use stat() for directory discovery and leave error handling to dlopen() to restore former behavior. Fixes: