linux/drivers/infiniband/hw/mlx5
Sagi Grimberg 3121e3c441 mlx5: Implement create_mr and destroy_mr
Support create_mr and destroy_mr verbs.  Creating ib_mr may be done
for either ib_mr that will register regular page lists like
alloc_fast_reg_mr routine, or indirect ib_mrs that can register other
(pre-registered) ib_mrs in an indirect manner.

In addition user may request signature enable, that will mean that the
created ib_mr may be attached with signature attributes (BSF, PSVs).

Currently we only allow direct/indirect registration modes.

Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
2014-03-07 11:26:49 -08:00
..
ah.c
cq.c IB/mlx5: Verify reserved fields are cleared 2014-01-22 23:23:54 -08:00
doorbell.c IB: Refactor umem to use linear SG table 2014-03-04 10:34:28 -08:00
Kconfig IB/mlx5: Remove dependency on X86 2014-02-13 20:48:02 -08:00
mad.c
main.c mlx5: Implement create_mr and destroy_mr 2014-03-07 11:26:49 -08:00
Makefile
mem.c IB: Refactor umem to use linear SG table 2014-03-04 10:34:28 -08:00
mlx5_ib.h mlx5: Implement create_mr and destroy_mr 2014-03-07 11:26:49 -08:00
mr.c mlx5: Implement create_mr and destroy_mr 2014-03-07 11:26:49 -08:00
qp.c IB/mlx5: Don't set "block multicast loopback" capability 2014-02-06 23:09:48 -08:00
srq.c mlx5: Use enum to indicate adapter page size 2013-11-08 14:43:01 -08:00
user.h IB/mlx5: Fix binary compatibility with libmlx5 2014-02-06 23:00:48 -08:00