IB/mlx5: Add implicit MR support

Add implicit MR, covering entire user address space.
The MR is implemented as an indirect KSM MR consisting of
1GB direct MRs.
Pages and direct MRs are added/removed to MR by ODP.

Signed-off-by: Artemy Kovalyov <artemyko@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
这个提交包含在:
Artemy Kovalyov
2017-01-18 16:58:11 +02:00
提交者 Doug Ledford
父节点 49780d42df
当前提交 81713d3788
修改 5 个文件,包含 514 行新增50 行删除

查看文件

@@ -3583,6 +3583,8 @@ static int __init mlx5_ib_init(void)
{
int err;
mlx5_ib_odp_init();
err = mlx5_register_interface(&mlx5_ib_interface);
return err;