Hi, > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Ali Alnubani > Sent: Monday, October 26, 2020 11:21 AM > To: dev@dpdk.org > Cc: bruce.richard...@intel.com > Subject: [dpdk-dev] [PATCH] common/mlx5: fix glue library name > > The MLX5 glue library wasn't following the standard > 'librte_<class>_<name>.so' naming. > > Fixes: a20b2c01a7a1 ("build: standardize component names and defines") > Cc: bruce.richard...@intel.com > > Signed-off-by: Ali Alnubani <alia...@nvidia.com> > --- > drivers/common/mlx5/linux/meson.build | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/common/mlx5/linux/meson.build > b/drivers/common/mlx5/linux/meson.build > index 9ef8e181d..0d437f8fb 100644 > --- a/drivers/common/mlx5/linux/meson.build > +++ b/drivers/common/mlx5/linux/meson.build > @@ -5,7 +5,7 @@ includes += include_directories('.') > 2.28.0
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh