aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorSteve Wise <swise@opengridcomputing.com>2015-07-27 18:10:12 -0500
committerDoug Ledford <dledford@redhat.com>2015-08-28 23:02:11 -0400
commitbc3fe2e3769874dfa8674791e84c4a901ba9e48b (patch)
tree75da57633763835d55b333cd92f9b18728304853 /include/linux
parentipath,qib: Expose max_sge_rd correctly (diff)
downloadlinux-dev-bc3fe2e3769874dfa8674791e84c4a901ba9e48b.tar.xz
linux-dev-bc3fe2e3769874dfa8674791e84c4a901ba9e48b.zip
svcrdma: Use max_sge_rd for destination read depths
Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sunrpc/svc_rdma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h
index cb94ee4181d4..83211bc9219e 100644
--- a/include/linux/sunrpc/svc_rdma.h
+++ b/include/linux/sunrpc/svc_rdma.h
@@ -132,6 +132,7 @@ struct svcxprt_rdma {
struct list_head sc_accept_q; /* Conn. waiting accept */
int sc_ord; /* RDMA read limit */
int sc_max_sge;
+ int sc_max_sge_rd; /* max sge for read target */
int sc_sq_depth; /* Depth of SQ */
atomic_t sc_sq_count; /* Number of SQ WR on queue */