Re: [dpdk-dev] [PATCH] eal: fix detection of static or shared DPDK builds

2021-02-10 Thread Thomas Monjalon
09/02/2021 21:10, Pai G, Sunil: > Hi Bruce, > > Thanks for the fix. > I do see the issue mentioned when using DPDK shared libs with OVS and this > patch fixes it. > > However, I saw the issue only for system installed DPDK but not for directory > installed DPDK. > > > > I saw this issue with

Re: [dpdk-dev] [PATCH] eal: fix detection of static or shared DPDK builds

2021-02-09 Thread Pai G, Sunil
Hi Bruce, Thanks for the fix. I do see the issue mentioned when using DPDK shared libs with OVS and this patch fixes it. However, I saw the issue only for system installed DPDK but not for directory installed DPDK. > I saw this issue with OVS, where I was getting weird failures about ports n

Re: [dpdk-dev] [PATCH] eal: fix detection of static or shared DPDK builds

2021-02-09 Thread Bruce Richardson
On Mon, Feb 08, 2021 at 04:33:19PM +, Bruce Richardson wrote: > When checking the loading of EAL shared lib to see if we have a shared > DPDK build, we only want to include part of the ABI version in the check > rather than the whole thing. For example, with ABI version 21.1 for DPDK > release

[dpdk-dev] [PATCH] eal: fix detection of static or shared DPDK builds

2021-02-08 Thread Bruce Richardson
When checking the loading of EAL shared lib to see if we have a shared DPDK build, we only want to include part of the ABI version in the check rather than the whole thing. For example, with ABI version 21.1 for DPDK release 21.02, the linker links the binary against librte_eal.so.21, without the "