net/mlx: remove separate ABI version for glue libraries
authorDavid Marchand <david.marchand@redhat.com>
Mon, 19 Oct 2020 09:41:51 +0000 (11:41 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 3 Nov 2020 22:35:07 +0000 (23:35 +0100)
commitaf21b4425972aa4a00a0321be780ba556b13b980
tree1ed2f7a8c2f649550859115e3629501359ee8c32
parentcdb034a8c151d4d1d05514b84a5c289068b20b90
net/mlx: remove separate ABI version for glue libraries

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.marchand@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
drivers/common/mlx5/linux/meson.build
drivers/common/mlx5/linux/mlx5_glue.h
drivers/net/mlx4/meson.build
drivers/net/mlx4/mlx4_glue.h