]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Impose a maximum number of client calls
authorDavid Howells <dhowells@redhat.com>
Thu, 2 Jul 2020 13:59:46 +0000 (14:59 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 8 Sep 2020 20:10:45 +0000 (21:10 +0100)
commita8c535b10ea33a87354f58690f460f5914a3158f
tree9e7d3c9daf4566dc07cdbeda4ee20ade628b2543
parent87c16719d61a09dc1820e9bc74a7bb4059436bec
rxrpc: Impose a maximum number of client calls

Impose a maximum on the number of client rxrpc calls that are allowed
simultaneously.  This will be in lieu of a maximum number of client
connections as this is easier to administed as, unlike connections, calls
aren't reusable (to be changed in a subsequent patch)..

This doesn't affect the limits on service calls and connections.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/af_rxrpc.c
net/rxrpc/ar-internal.h
net/rxrpc/call_object.c