]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Add a server side per-connection limit
authorTrond Myklebust <trond.myklebust@primarydata.com>
Fri, 24 Jun 2016 14:55:50 +0000 (10:55 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 13 Jul 2016 19:53:48 +0000 (15:53 -0400)
commit299c30d07b37eab345633abfeeb4d9e8e55a4ca1
tree5efd439be1327a0c48c9103336e113186d3051cd
parent24fe9c3a80b29061bb2b630bd20e26e99f8bd3c9
SUNRPC: Add a server side per-connection limit

Allow the user to limit the number of requests serviced through a single
connection, to help prevent faster clients from starving slower clients.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Documentation/kernel-parameters.txt
include/linux/sunrpc/svc.h
include/linux/sunrpc/svc_xprt.h
net/sunrpc/svc_xprt.c