diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2020-12-08 21:14:15 +0300 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2021-01-25 17:36:28 +0300 |
commit | 43042b90cae11cc2d9827c91df6d6b5fe498d5ce (patch) | |
tree | 4d75270b9c14d57db51832ac9d5ff0a8f2959185 /include/linux/sunrpc/svc_rdma.h | |
parent | c6226ff9a62a17182b8092883ca201df5cd47f59 (diff) | |
download | linux-43042b90cae11cc2d9827c91df6d6b5fe498d5ce.tar.xz |
svcrdma: Reduce Receive doorbell rate
This is similar to commit e340c2d6ef2a ("xprtrdma: Reduce the
doorbell rate (Receive)") which added Receive batching to the
client.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include/linux/sunrpc/svc_rdma.h')
-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 1e76ed688044..7c693b31965e 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h @@ -104,6 +104,7 @@ struct svcxprt_rdma { wait_queue_head_t sc_send_wait; /* SQ exhaustion waitlist */ unsigned long sc_flags; + u32 sc_pending_recvs; struct list_head sc_read_complete_q; struct work_struct sc_work; |