Skip to content
Commit 40a5f1b1 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: RPC transport queue must be low latency



rpciod can easily get congested due to the long list of queued rpc_tasks.
Having the receive queue wait in turn for those tasks to complete can
therefore be a bottleneck.

Address the problem by separating the workqueues into:
- rpciod: manages rpc_tasks
- xprtiod: manages transport related work.

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 5157b956
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