linux/drivers/infiniband/ulp/iser
Sagi Grimberg 32467c420b IB/iser: Unify fast memory registration flows
iser_reg_rdma_mem_[fastreg|fmr] share a lot of code, and
logically do the same thing other than the buffer registration
method itself (iser_fast_reg_mr vs. iser_fast_reg_fmr).
The DIF logic is not implemented in the FMR flow as there is no
existing device that supports FMRs and Signature feature.

This patch unifies the flow in a single routine iser_reg_rdma_mem
and just split to fmr/frwr for the buffer registration itself.

Also, for symmetry reasons, unify iser_unreg_rdma_mem (which will
call the relevant device specific unreg routine).

Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Adir Lev <adirl@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2015-08-30 18:12:31 -04:00
..
iscsi_iser.c IB/iser: Fix possible bogus DMA unmapping 2015-08-30 18:12:28 -04:00
iscsi_iser.h IB/iser: Unify fast memory registration flows 2015-08-30 18:12:31 -04:00
iser_initiator.c IB/iser: Unify fast memory registration flows 2015-08-30 18:12:31 -04:00
iser_memory.c IB/iser: Unify fast memory registration flows 2015-08-30 18:12:31 -04:00
iser_verbs.c IB/iser: Maintain connection fmr_pool under a single registration descriptor 2015-08-30 18:12:30 -04:00
Kconfig Update broken web addresses in the kernel. 2010-10-18 11:03:14 +02:00
Makefile IB/iser: iSER Kconfig and Makefile 2006-06-22 07:51:14 -07:00