]> git.karo-electronics.de Git - mv-sheeva.git/commit
IB/iser: iSER handling of memory for RDMA
authorOr Gerlitz <ogerlitz@voltaire.com>
Thu, 11 May 2006 07:03:08 +0000 (10:03 +0300)
committerRoland Dreier <rolandd@cisco.com>
Thu, 22 Jun 2006 14:51:12 +0000 (07:51 -0700)
commit6461f64ab51e6929680df064b2682004a1548290
tree52922f1830a6f6ed7fe546db9230a507f91974a7
parent1cfa0a75dbef1d5bf687aacafabb023288f6b36a
IB/iser: iSER handling of memory for RDMA

This file contains the processing carried over an SG list associated with
a SCSI command such that it can be registered with the IB verbs. The
registration produces a network virtual address (VA) and a remote access
key (RKEY or STAG in iSER spec notation) which are used by the target for
its RDMA operation.

Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/iser/iser_memory.c [new file with mode: 0644]