On Tue, Nov 24, 2020 at 4:15 PM Timothy Redaelli <[email protected]> wrote: > > Commit 06c7871dde01 ("eal: restrict default plugin path to shared lib mode") > introduced a check that enabled shared lib mode when librte_eal.so can > be loaded, but it can't work, at least, on Fedora/CentOS/RHEL since .so > symlinks are not installed when you install dpdk package, but only when > you install dpdk-devel package. > > This commit uses librte_eal.so.ABI_VERSION to check for shared lib, > since it exists on any linux distributions. > > See Fedora Packaging Guidelines for more informations: > https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages > > Fixes: 06c7871dde01 ("eal: restrict default plugin path to shared lib mode") > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Timothy Redaelli <[email protected]>
Same comment as Bruce on the != NULL location, but otherwise lgtm. Acked-by: David Marchand <[email protected]> -- David Marchand

