[dpdk-dev] [PATCH v2 1/2] common/mlx5: add rte internal tag and avoid comparison
Ray Kinsella
mdr at ashroe.eu
Thu May 7 09:56:26 CEST 2020
On 07/05/2020 08:37, Ophir Munk wrote:
> 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.
>
> Signed-off-by: Ophir Munk <ophirmu at mellanox.com>
> ---
> devtools/libabigail.abignore | 7 +++++++
> drivers/common/mlx5/mlx5_common.h | 3 +++
> drivers/common/mlx5/mlx5_devx_cmds.h | 23 +++++++++++++++++++++++
> drivers/common/mlx5/mlx5_nl.h | 18 +++++++++++++++++-
> drivers/common/mlx5/rte_common_mlx5_version.map | 6 +++---
> 5 files changed, 53 insertions(+), 4 deletions(-)
Can you add a Fixes: section.
Referencing the original git commit that added the symbols we are ignoring?
Ray K
More information about the dev
mailing list