Wednesday, January 9, 2019 4:05 AM, Thomas Monjalon: > Cc: dev@dpdk.org; ferruh.yi...@intel.com; bruce.richard...@intel.com > Subject: [PATCH 1/2] config: gather options for dlopen mlx dependency > > Rename options CONFIG_RTE_LIBRTE_MLX4_DLOPEN_DEPS and > CONFIG_RTE_LIBRTE_MLX5_DLOPEN_DEPS to a single option > CONFIG_RTE_IBVERBS_LINK_DLOPEN. > Rename meson option enable_driver_mlx_glue to ibverbs_link. > > There was no good reason for setting a different link option for mlx4 and > mlx5. > Having a single common option makes it easier to understand and unify make > and meson systems. > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net> > --- > config/common_base | 7 +++++-- > doc/guides/nics/mlx4.rst | 4 ++-- > doc/guides/nics/mlx5.rst | 4 ++-- > drivers/net/mlx4/Makefile | 8 ++++---- > drivers/net/mlx4/meson.build | 4 ++-- > drivers/net/mlx4/mlx4.c | 4 ++-- > drivers/net/mlx5/Makefile | 8 ++++---- > drivers/net/mlx5/meson.build | 4 ++-- > drivers/net/mlx5/mlx5.c | 4 ++-- > meson_options.txt | 4 ++-- > mk/rte.app.mk | 15 +++++++-------- > 11 files changed, 34 insertions(+), 32 deletions(-)
For the series, Acked-by: Shahaf Shuler <shah...@mellanox.com> Since the release schedule is tight I applied to series to next-net-mlx tree (as it is almost exclusively Mellanox). If you object to it, please shout ASAP.