Hi, > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of David Marchand > Sent: Monday, October 19, 2020 12:42 PM > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon <tho...@monjalon.net>; Matan Azrad > <ma...@nvidia.com>; Shahaf Shuler <shah...@nvidia.com>; Slava > Ovsiienko <viachesl...@nvidia.com> > Subject: [dpdk-dev] [PATCH v2] drivers: remove mlx* glue libraries separate > ABI version > > The glue libraries are tightly bound to the mlx drivers of a dpdk version > and are packaged with them. > > Keeping a separate ABI version prevents us from installing two versions of > dpdk. > Maintaining this separate version just adds confusion. > Align the glue library ABI version to the global ABI version. > > Signed-off-by: David Marchand <david.march...@redhat.com> > --- > drivers/common/mlx5/linux/meson.build | 2 +- > drivers/common/mlx5/linux/mlx5_glue.h | 1 - > drivers/net/mlx4/meson.build | 2 +- > drivers/net/mlx4/mlx4_glue.h | 1 - > 4 files changed, 2 insertions(+), 4 deletions(-)
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh