common/mlx5: add missing internal tags
authorTal Shnaiderman <talshn@nvidia.com>
Sun, 11 Apr 2021 12:21:36 +0000 (15:21 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 12 Apr 2021 15:22:51 +0000 (17:22 +0200)
commit8ec36fb17b0139b02f559eb222b3ba8ff1abb997
tree52bbd3ead8fa29a8b7ebed265a8bd40545b1b1e7
parent83f9be10f237890587fb7639484ea757c20fdad8
common/mlx5: add missing internal tags

Several functions introduced in the addition of the Windows support
to mlx5 were missing the __rte_internal tag.
This miss is better revealed when symbols became exported on Linux too,
and it is caught by the symbol checker with --buildtype=debug.

Fixes: 1552fb287166 ("common/mlx5: add alloc/dealloc PD on Windows")
Fixes: 1969ee424405 ("common/mlx5: add UMEM reg/dereg functions on Windows")
Fixes: ba420719823c ("common/mlx5: add reg/dereg MR on Windows")
Fixes: 56ea803e878e ("build: remove Windows export symbol list")
Cc: stable@dpdk.org
Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
drivers/common/mlx5/linux/mlx5_common_os.h
drivers/common/mlx5/windows/mlx5_common_os.h