Re: [dpdk-dev] [PATCH 1/2] eal: fix shared lib mode detection

2020-11-24 Thread Bruce Richardson
On Tue, Nov 24, 2020 at 04:14:14PM +0100, Timothy Redaelli 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 > symli

[dpdk-dev] [PATCH 1/2] eal: fix shared lib mode detection

2020-11-24 Thread Timothy Redaelli
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 ins