Re: [PATCH 3/6] ksmbd: replace rwlock with rcu for concurrenct access on conn list
On (23/01/15 18:32), Dawei Li wrote: > Currently, racing protection on conn list is implemented as rwlock, > improve it by rcu primitive for its better performance.
Why is this a problem and what proves that this patch improves/solves it? Numbers/benchmarks/analysis?