Re: [PATCH v5 net-next 3/3] ipv4/udp: Add 4-tuple hash for connected socket
From: Paolo Abeni
Date: Thu Oct 24 2024 - 11:04:35 EST
On 10/24/24 17:01, Paolo Abeni wrote:
> The udp4_rehash4() call above is in atomic context and could end-up
> calling synchronize_rcu() which is a blocking function. You must avoid that.
I almost forgot: please include in this commit message or in the cover
letter, the performance figures for unconnected sockets before and after
this series and for a stress test with a lot of connected sockets,
before and after this series.
Thanks,
Paolo