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

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Nov 23 16:29:31 CET 2015


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 dlopen() to restore former behavior.
> 
> Fixes: 9f8eb1d9ca0f ("eal: support driver loading from directory")
> Signed-off-by: Panu Matilainen <pmatilai at redhat.com>

Applied, thanks


More information about the dev mailing list