Skip to content
Commit 95f7691d authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: Convert xprt receive queue to use an rbtree



If the server is slow, we can find ourselves with quite a lot of entries
on the receive queue. Converting the search from an O(n) to O(log(n))
can make a significant difference, particularly since we have to hold
a number of locks while searching.

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