Skip to content
Commit 38a4e5e6 authored by Chris Mason's avatar Chris Mason Committed by Andy Grover
Browse files

rds: Use RCU for the bind lookup searches



The RDS bind lookups are somewhat expensive in terms of CPU
time and locking overhead.  This commit changes them into a
faster RCU based hash tree instead of the rbtrees they were using
before.

On large NUMA systems it is a significant improvement.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent e4c52c98
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