[dpdk-dev] [PATCH 2/2] eal: fix loading of shared libs from driver plugin directories

Bruce Richardson bruce.richardson at intel.com
Tue Nov 24 16:22:53 CET 2020


On Tue, Nov 24, 2020 at 04:14:15PM +0100, Timothy Redaelli wrote:
> Commit 49b536fc3060 ("eal: load only shared libs from driver plugin directories")
> introduced a check that any shared library must ends with .so, 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 adds also a check for .so.ABI_VERSION to check for shared
> lib.
> 
> See Fedora Packaging Guidelines for more informations:
> https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages
> 
> Fixes: 49b536fc3060 ("eal: load only shared libs from driver plugin directories")
> Cc: bruce.richardson at intel.com
> Signed-off-by: Timothy Redaelli <tredaelli at redhat.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson at intel.com>


More information about the dev mailing list