svcrdma: Define maximum number of backchannel requests
authorChuck Lever <chuck.lever@oracle.com>
Thu, 7 Jan 2016 19:50:02 +0000 (14:50 -0500)
committerDoug Ledford <dledford@redhat.com>
Tue, 19 Jan 2016 20:30:48 +0000 (15:30 -0500)
commit03fe9931536fe4782e9e34f7f499d588acd2015b
treecfee0f65e50640e7daf02eff73e9748a2e1d8db5
parentba986c96f907a513215fb7f1c0a89261c97251ca
svcrdma: Define maximum number of backchannel requests

Extra resources for handling backchannel requests have to be
pre-allocated when a transport instance is created. Set up
additional fields in svcxprt_rdma to track these resources.

The max_requests fields are elements of the RPC-over-RDMA
protocol, so they should be u32. To ensure that unsigned
arithmetic is used everywhere, some other fields in the
svcxprt_rdma struct are updated.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Acked-by: Bruce Fields <bfields@fieldses.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
include/linux/sunrpc/svc_rdma.h
net/sunrpc/xprtrdma/svc_rdma.c
net/sunrpc/xprtrdma/svc_rdma_transport.c
This page took 0.039436 seconds and 5 git commands to generate.