]> asedeno.scripts.mit.edu Git - linux.git/commit
svcrdma: support Remote Invalidation
authorChuck Lever <chuck.lever@oracle.com>
Tue, 13 Sep 2016 14:53:23 +0000 (10:53 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 23 Sep 2016 14:18:54 +0000 (10:18 -0400)
commit25d55296dd3eac23adb2ae46b67b65bf73b22fb2
tree24d4dd901b6e04d50a5a19059ef67990494b4f1e
parentcc9d83408b52265ddab2874cf19d1611da4ca7ee
svcrdma: support Remote Invalidation

Support Remote Invalidation. A private message is exchanged with
the client upon RDMA transport connect that indicates whether
Send With Invalidation may be used by the server to send RPC
replies. The invalidate_rkey is arbitrarily chosen from among
rkeys present in the RPC-over-RDMA header's chunk lists.

Send With Invalidate improves performance only when clients can
recognize, while processing an RPC reply, that an rkey has already
been invalidated. That has been submitted as a separate change.

In the future, the RPC-over-RDMA protocol might support Remote
Invalidation properly. The protocol needs to enable signaling
between peers to indicate when Remote Invalidation can be used
for each individual RPC.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
include/linux/sunrpc/svc_rdma.h
net/sunrpc/xprtrdma/svc_rdma_sendto.c
net/sunrpc/xprtrdma/svc_rdma_transport.c