24/11/2020 16:13, Timothy Redaelli: > Currently eal only tries to find shared lib by looking for .so files, > but on Fedora, CentOS and RHEL the .so file is not installed by dpdk > package, but it's only installed by dpdk-devel package, since .so files > should not be necessary in order to run a program [1]. > > This series fix that by checking for .so.ABI_VERSION that should be > available on any linux distribution. > > [1] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages > > Timothy Redaelli (2): > eal: fix shared lib mode detection > eal: fix loading of shared libs from driver plugin directories
This is very late to fix such core behaviour, but it has been well reviewed and tested: Acked-by: Bruce Richardson <bruce.richard...@intel.com> Acked-by: David Marchand <david.march...@redhat.com> Acked-by: Maxime Coquelin <maxime.coque...@redhat.com> Tested-by: Ferruh Yigit <ferruh.yi...@intel.com> Tested-by: Ali Alnubani <alia...@nvidia.com> Applied, thanks