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)
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>

No differences found