[dpdk-dev] [PATCH v4 1/2] common/mlx5: add rte internal tag and avoid comparison

Raslan Darawsheh rasland at mellanox.com
Tue May 12 12:52:21 CEST 2020


Hi,

> -----Original Message-----
> From: Ophir Munk <ophirmu at mellanox.com>
> Sent: Thursday, May 7, 2020 2:31 PM
> To: dev at dpdk.org; David Marchand <david.marchand at redhat.com>
> Cc: Ray Kinsella <mdr at ashroe.eu>; Matan Azrad <matan at mellanox.com>;
> Raslan Darawsheh <rasland at mellanox.com>; Thomas Monjalon
> <thomas at monjalon.net>; Ophir Munk <ophirmu at mellanox.com>
> Subject: [PATCH v4 1/2] common/mlx5: add rte internal tag and avoid
> comparison
> 
> Move mlx5 symbols in the map file to the INTERNAL section and add
> __internal tags to their definitions.
> Those symbols were exported in 20.02 and now (20.05) they are removed.
> Avoid ABI comparison issues between 20.05/20.08 and 20.02 by adding the
> suppress_file directive to libabigail.abignore file. This directive will
> prevent loading mlx5 common symbols and no comparison will be
> performed.
> 
> In addition move symbols from the EXPERIMENTAL section to the INTERNAL
> section.
> 
> Fixes: 7b4f1e6bd367 ("common/mlx5: introduce common library")
> 
> Signed-off-by: Ophir Munk <ophirmu at mellanox.com>
> Acked-by: Matan Azrad <matan at mellanox.com>
> ---
> v4:
> Move symbols from EXPERIMENTAL section to INTERNAL section
> 
>  devtools/libabigail.abignore                    |  7 ++++
>  drivers/common/mlx5/mlx5_common.h               |  3 ++
>  drivers/common/mlx5/mlx5_common_mp.h            | 14 +++----
>  drivers/common/mlx5/mlx5_common_mr.h            | 26 ++++++------
>  drivers/common/mlx5/mlx5_devx_cmds.h            | 23 +++++++++++
>  drivers/common/mlx5/mlx5_nl.h                   | 18 ++++++++-
>  drivers/common/mlx5/rte_common_mlx5_version.map | 53
> ++++++++++++-------------
>  7 files changed, 95 insertions(+), 49 deletions(-)


Series rebased and applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh


More information about the dev mailing list