Re: [dpdk-dev] [PATCH v2] net/mlx: fix rdma-core glue path with EAL plugins

2018-03-12 Thread Shahaf Shuler
Friday, March 2, 2018 6:08 PM, Timothy Redaelli: > On Fri, 2 Mar 2018 15:15:17 +0100 > Adrien Mazarguil wrote: > > > Glue object files are looked up in RTE_EAL_PMD_PATH by default when > > set and should be installed in this directory. > > > > During startup, EAL attempts to load them automatical

Re: [dpdk-dev] [PATCH v2] net/mlx: fix rdma-core glue path with EAL plugins

2018-03-02 Thread Timothy Redaelli
On Fri, 2 Mar 2018 15:15:17 +0100 Adrien Mazarguil wrote: > Glue object files are looked up in RTE_EAL_PMD_PATH by default when > set and should be installed in this directory. > > During startup, EAL attempts to load them automatically like other > plug-ins found there. While normally harmless,

[dpdk-dev] [PATCH v2] net/mlx: fix rdma-core glue path with EAL plugins

2018-03-02 Thread Adrien Mazarguil
Glue object files are looked up in RTE_EAL_PMD_PATH by default when set and should be installed in this directory. During startup, EAL attempts to load them automatically like other plug-ins found there. While normally harmless, dlopen() fails when rdma-core is not installed, EAL interprets this a