Re: [dpdk-dev] [PATCH 0/2] Fix shared lib detection on Fedora/CentOS/RHEL

2020-11-25 Thread Ali Alnubani
> -Original Message- > From: dev On Behalf Of Timothy Redaelli > Sent: Tuesday, November 24, 2020 5:14 PM > To: Anatoly Burakov > Cc: bruce.richard...@intel.com; dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH 0/2] Fix shared lib detection on > Fedora/Cent

Re: [dpdk-dev] [PATCH 0/2] Fix shared lib detection on Fedora/CentOS/RHEL

2020-11-25 Thread Maxime Coquelin
On 11/24/20 4:14 PM, Timothy Redaelli wrote: > 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

[dpdk-dev] [PATCH 0/2] Fix shared lib detection on Fedora/CentOS/RHEL

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