Re: [dpdk-dev] [PATCH v4 0/6] mlx ibverbs linking in meson

2020-02-11 Thread Thomas Monjalon
> Thomas Monjalon (6): > drivers: cleanup meson build variable > 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 overlinki

[dpdk-dev] [PATCH v4 0/6] mlx ibverbs linking in meson

2020-02-11 Thread Thomas Monjalon
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 th