On Wed, Jan 12, 2022 at 4:29 PM Kuniyuki Iwashima <kuniyu@xxxxxxxxxxxx> wrote: > > Last year the commit afd20b9290e1 ("af_unix: Replace the big lock with > small locks.") landed on bpf-next. Now we can use a batching algorithm > for AF_UNIX bpf iter as TCP bpf iter. > > > Changelog: > - Add the 1st patch. > - Call unix_get_first() in .start()/.next() to always acquire a lock in > each iteration in the 2nd patch. Applied. Thanks