common/mlx5: remove protection domain dependency on Verbs
authorOphir Munk <ophirmu@mellanox.com>
Wed, 3 Jun 2020 15:05:57 +0000 (15:05 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jun 2020 17:21:07 +0000 (19:21 +0200)
commitc4685016582a15941a757fba00d966e2fdcf58a0
tree347a93149a5798ada7394e4b6d13e20ae94e5ecc
parentf44b09f9e35a1a37de7ddb73e2eceaeb049f5e6c
common/mlx5: remove protection domain dependency on Verbs

Replace 'struct ibv_pd *' with 'void *' in struct mlx5_ctx_shared and
all function calls in mlx5 PMD.

Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
drivers/common/mlx5/mlx5_common_mr.c
drivers/common/mlx5/mlx5_common_mr.h
drivers/net/mlx5/mlx5.h