net/mlx5/linux: add memory region callbacks to Verbs
authorOphir Munk <ophirmu@mellanox.com>
Tue, 16 Jun 2020 09:44:46 +0000 (09:44 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 17 Jun 2020 14:32:01 +0000 (16:32 +0200)
commit4f96d91396790e63d238403d1e61699d53996dbf
tree5a0a2c7488e0f49c643cf9a0ec48bc3555b8b4ce
parentd5ed8aa9449d5a4d5772333c5196f89b7337fcbb
net/mlx5/linux: add memory region callbacks to Verbs

Create a set of verbs callbacks in 'struct mlx5_verbs_ops'
and add MR operations to it (file net/mlx5/linux/mlx5_verbs.c).

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