Message ID | 20210810092807.13190-1-kuniyu@amazon.co.jp |
---|---|
Headers | show |
Series | BPF iterator for UNIX domain socket. | expand |
On 8/10/21 2:28 AM, Kuniyuki Iwashima wrote: > This patch implements the BPF iterator for the UNIX domain socket. > > Currently, the batch optimisation introduced for the TCP iterator in the > commit 04c7820b776f ("bpf: tcp: Bpf iter batching and lock_sock") is not > used for the UNIX domain socket. It will require replacing the big lock > for the hash table with small locks for each hash list not to block other > processes. > > Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.co.jp> Acked-by: Yonghong Song <yhs@fb.com>