summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@hammerspace.com>2018-09-08 22:09:48 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-11-24 08:19:24 +0100
commit9372a40b54d0e7cf535beb4d9fd93b417d33bf72 (patch)
tree4a54ceed3bddba98da08896b91d4ca478f5583cb /kernel
parent43876b1ce42be40179068aeff2a5aac0b21b16fe (diff)
SUNRPC: Fix priority queue fairness
[ Upstream commit f42f7c283078ce3c1e8368b140e270755b1ae313 ] Fix up the priority queue to not batch by owner, but by queue, so that we allow '1 << priority' elements to be dequeued before switching to the next priority queue. The owner field is still used to wake up requests in round robin order by owner to avoid single processes hogging the RPC layer by loading the queues. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions