common/mlx5: add Windows exports file
authorTal Shnaiderman <talshn@nvidia.com>
Mon, 28 Dec 2020 09:54:20 +0000 (11:54 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 8 Jan 2021 15:03:07 +0000 (16:03 +0100)
commite253c33dee10eef8124097222c0c79d02bc5e86f
tree9208a907b1d3cea6bb5fafcc14c6598539746ee7
parent981746264ebc4e5b5e26f5859d809c19a4a217d5
common/mlx5: add Windows exports file

File drivers/common/mlx5/rte_common_mlx5_exports.def contains mlx5
Windows exported symbols under common/mlx5 directory (DLL file
name librte_common_mlx5*.dll). It is the equivalent of Linux map
file version.map but the list of symbols may be
different between the two operating systems.

Signed-off-by: Tal Shnaiderman <talshn@nvidia.com>
Signed-off-by: Ophir Munk <ophirmu@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
devtools/check-symbol-maps.sh
drivers/common/mlx5/rte_common_mlx5_exports.def [new file with mode: 0644]