common/mlx5: export memory region Verbs operations
authorOphir Munk <ophirmu@mellanox.com>
Tue, 16 Jun 2020 09:44:44 +0000 (09:44 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 17 Jun 2020 14:32:01 +0000 (16:32 +0200)
commit58a17853b5991092da557538d5acc7bc365ba12e
treed640348e1e5d24c2813a9093304082b0bcbca55b
parent56d2067735d9ed4a3ee35ff5481c170413b9e763
common/mlx5: export memory region Verbs operations

The glue verbs operations reg_mr and dereg_mr are wrapped and exported
in functions mlx5_common_verbs_reg_mr and mlx5_common_verbs_dereg_mr
respectively.  The exported functions are added to a new file
linux/mlx5_common_verbs.c.

Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
drivers/common/mlx5/Makefile
drivers/common/mlx5/linux/meson.build
drivers/common/mlx5/linux/mlx5_common_verbs.c [new file with mode: 0644]
drivers/common/mlx5/mlx5_common_mr.c
drivers/common/mlx5/mlx5_common_mr.h
drivers/common/mlx5/rte_common_mlx5_version.map