net/mlx: rename meson variable for dlopen option
authorThomas Monjalon <thomas@monjalon.net>
Wed, 12 Feb 2020 22:07:07 +0000 (23:07 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 14 Feb 2020 11:42:13 +0000 (12:42 +0100)
commit76c72a34bb0aa174fea2fa4978550603e154357f
treee260294d3d7d402cdf938ad6096cbfe75324fc67
parentaf331158f228aac12513abba13927a3745a41c14
net/mlx: rename meson variable for dlopen option

The name of the variable pmd_dlopen is confusing because
it can be understood as true if the PMD is dlopen,
whereas it means the ibverbs glue layer is a dlopen library.
That's why it is renamed dlopen_ibverbs.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/common/mlx5/meson.build
drivers/net/mlx4/meson.build