commit | e6ab9143719ff76f0b95f0866c4d0f6c743ad2e0 | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Wed May 28 12:08:48 2008 -0500 |
committer | Tom Tucker <tom@opengridcomputing.com> | Wed Jul 02 15:01:55 2008 -0500 |
tree | 42e95b916e9fbe814d1d61557af478f557f9d750 | |
parent | f820c57ebf5493d4602cc00577c8b0fadd27a7b8 [diff] |
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>