commit | afd566ea080572499cc01d42d2f578bf4b54f20f | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Fri Oct 03 15:45:03 2008 -0500 |
committer | Tom Tucker <tom@opengridcomputing.com> | Mon Oct 06 14:46:05 2008 -0500 |
tree | cbd0c55f27cfd0a432bf669d6db4cbe0e595a2bf | |
parent | 146b6df6a537939570c5772ebd7db826fdbd5d82 [diff] |
svcrdma: Modify the RPC reply path to use FRMR when available Use FRMR to map local RPC reply data. This allows RDMA_WRITE to send reply data using a single WR. The FRMR is invalidated by linking the LOCAL_INV WR to the RDMA_SEND message used to complete the reply. Signed-off-by: Tom Tucker <tom@opengridcomputing.com>