Re: [PATCH 3/6] ksmbd: replace rwlock with rcu for concurrenct access on conn list

From: Sergey Senozhatsky
Date: Sun Jan 29 2023 - 23:12:54 EST


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?