Skip to content
Commit 918f3c1f authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: Improve latency for interactive tasks



One of the intentions with the priority queues was to ensure that no
single process can hog the transport. The field task->tk_owner therefore
identifies the RPC call's origin, and is intended to allow the RPC layer
to organise queues for fairness.
This commit therefore modifies the transmit queue to group requests
by task->tk_owner, and ensures that we round robin among those groups.

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent dcbbeda8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment