On Tue, Feb 11, 2020 at 02:19:37AM +0100, Thomas Monjalon wrote: > This is the follow-up of the feature I added one year ago: > static linkage of libibverbs in mlx PMDs. > The first implementation was focused on "make". > This second round does the same with "meson". > > With the meson option ibverbs_link, only the mode "shared" > was working correctly. > This patchset adds the mode "static" and fixes the mode "dlopen". > > > changes in v3: > - get cflags with pkg-config invocation > - drop addition of global variable hidden_deps > - remove overlinking in dlopen mode > > changes in v2: > - split mlx patch for normal addition and workarounds > - fix ldflags for ibverbs installed in a standard directory > - fix libs order leading to undefined references > - add doc for hidden_deps > - improve explanations in commit logs > > > Thomas Monjalon (5): > net/mlx: add static ibverbs linkage with meson > buildtools: get static mlx dependencies for meson > net/mlx: workaround static linkage with meson > net/mlx: rename meson variable for dlopen option > net/mlx: fix overlinking with meson and glue dlopen > Send a couple of improvement suggestions for two of the patches, but otherwise looks ok to me.
Series-acked-by: Bruce Richardson <bruce.richard...@intel.com>