On 7/31/24 10:06 PM, Kuniyuki Iwashima wrote:
reuseport_lock is to synchronise operations within the same reuseport group, but which socket should belong to which group is out of scope.
Hm... then the lock should be a member of 'struct sock_reuseport' rather than global, isn't? Dmitry