Re: [dpdk-dev] [PATCH] common/mlx5: fix dlopen meson build

2020-02-13 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Monday, February 10, 2020 2:28 PM > To: dev@dpdk.org > Cc: Slava Ovsiienko ; Thomas Monjalon > > Subject: [dpdk-dev] [PATCH] common/mlx5: fix dlopen meson build > > The glue shared libr

[dpdk-dev] [PATCH] common/mlx5: fix dlopen meson build

2020-02-10 Thread Matan Azrad
The glue shared library name was created by the common class FMT name, driver_name_fmt = 'rte_common_@0@', which is not correlated with LIB_GLUE_BASE = 'librte_pmd_mlx5_glue.so'. This causes the dynamic linkage of the glue library to fail what remained mlx5 drivers outside the PCI driver list. Th