]> 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)
commite1a48d266aebd875c5c1d5d3f0664b70f8495242
tree5efd439be1327a0c48c9103336e113186d3051cd
parent23c69a136a864f8216c3d0c999f94b2af8871658
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