diff options
author | Steve Wise <swise@opengridcomputing.com> | 2015-07-28 01:10:12 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2015-08-29 05:02:11 +0200 |
commit | bc3fe2e3769874dfa8674791e84c4a901ba9e48b (patch) | |
tree | 75da57633763835d55b333cd92f9b18728304853 /include | |
parent | ipath,qib: Expose max_sge_rd correctly (diff) | |
download | linux-bc3fe2e3769874dfa8674791e84c4a901ba9e48b.tar.xz linux-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')
-rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 1 |
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 */ |