linux/net/sunrpc/xprtrdma
Tom Tucker e6ab914371 svcrdma: Move the DMA unmap logic to the CQ handler
Separate DMA unmap from context destruction and perform DMA unmapping
in the SQ/RQ CQ reap functions. This is necessary to support software
based RDMA implementations that actually copy the data in their
ib_dma_unmap callback functions and architectures that don't have
cache coherent I/O busses.

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
2008-07-02 15:01:55 -05:00
..
Makefile
rpc_rdma.c
svc_rdma_marshal.c
svc_rdma_recvfrom.c svcrdma: Use reply and chunk map for RDMA_READ processing 2008-07-02 15:01:55 -05:00
svc_rdma_sendto.c svcrdma: Use RPC reply map for RDMA_WRITE processing 2008-07-02 15:01:54 -05:00
svc_rdma_transport.c svcrdma: Move the DMA unmap logic to the CQ handler 2008-07-02 15:01:55 -05:00
svc_rdma.c svcrdma: Add a type for keeping NFS RPC mapping 2008-07-02 15:01:53 -05:00
transport.c SUNRPC: Fix a nfs4 over rdma transport oops 2008-03-07 14:35:32 -05:00
verbs.c IB/core: Add support for "send with invalidate" work requests 2008-04-16 21:09:32 -07:00
xprt_rdma.h