svcrdma: Use RPC reply map for RDMA_WRITE processing
authorTom Tucker <tom@opengridcomputing.com>
Wed, 2 Jul 2008 19:56:13 +0000 (14:56 -0500)
committerTom Tucker <tom@opengridcomputing.com>
Wed, 2 Jul 2008 20:01:54 +0000 (15:01 -0500)
commit34d16e42a6ab74a4a4389c061dfa3c6609e08fa0
tree85b1939f8096ea89bf7c2ccb569ae3b5e0667905
parentab96dddbedf4bb8a7a0fe44012efc1d99598c36f
svcrdma: Use RPC reply map for RDMA_WRITE processing

Use the new svc_rdma_req_map data type for mapping the client side memory
to the server side memory. Move the DMA mapping to the context pointed to
by each WR individually so that it is unmapped after the WR completes.

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
net/sunrpc/xprtrdma/svc_rdma_sendto.c
net/sunrpc/xprtrdma/svc_rdma_transport.c