linux/drivers/infiniband/ulp/iser
Erez Zilber d81110285f IB/iser: Do not use FMR for a single dma entry sg
Fast Memory Registration (fmr) is used to register for rdma an sg whose
elements are not linearly sequential after dma mapping.

The IB verbs layer provides an "all dma memory MR (memory region)" which
can be used for RDMA-ing a dma linearly sequential buffer.

Change the code to use the dma mr instead of doing fmr when dma mapping
produces a single dma entry sg.

Signed-off-by: Erez Zilber <erezz@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-09-22 15:22:52 -07:00
..
Kconfig IB/iser: iSER Kconfig and Makefile 2006-06-22 07:51:14 -07:00
Makefile IB/iser: iSER Kconfig and Makefile 2006-06-22 07:51:14 -07:00
iscsi_iser.c IB/iser: Limit the max size of a scsi command 2006-09-22 15:22:50 -07:00
iscsi_iser.h IB/iser: Do not use FMR for a single dma entry sg 2006-09-22 15:22:52 -07:00
iser_initiator.c IB/iser: iSER initiator iSCSI PDU and TX/RX 2006-06-22 07:51:09 -07:00
iser_memory.c IB/iser: Do not use FMR for a single dma entry sg 2006-09-22 15:22:52 -07:00
iser_verbs.c IB/iser: Do not use FMR for a single dma entry sg 2006-09-22 15:22:52 -07:00