The
iser
(iSCSI Extensions for RDMA) initiator driver extends the iSCSI protocol to RDMA.
It permits data to be transferred directly into and out of SCSI buffers
without intermediate data copies.
iSER uses the RDMA protocol suite to supply higher bandwidth for
block storage transfers (zero copy behavior).
To that fact, it eliminates the
TCP/IP processing overhead while preserving the compatibility with iSCSI protocol.
The initiator is the iSCSI/iSER client, which connects to an iSCSI/iSER target,
providing local access to a remote block device.
The userland component is provided by
iscsid(8)
and both the kernel and userland are configured using
iscsictl(8).