Skip to content
Commit e6ab9143 authored by Tom Tucker's avatar Tom Tucker
Browse files

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: default avatarTom Tucker <tom@opengridcomputing.com>
parent f820c57e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment