On 05/28, Jakub Sitnicki wrote:
On Wed, May 27, 2020 at 10:53 PM CEST, sdf@xxxxxxxxxx wrote: > On 05/27, Jakub Sitnicki wrote:
[..]
> Otherwise, those mutex_lock+rcu_read_lock are a bit confusing.
Great idea, thanks. This is almost the same as what I was thinking about. The only difference being that I want to also get ref to net, so it doesn't go away while we continue outside of RCU read-side critical section.
That will also work, up to you. Thanks!