Cong Wang wrote:
> From: Cong Wang <cong.w...@bytedance.com>
> 
> Currently we rely on lock_sock to protect ingress_msg,
> it is too big for this, we can actually just use a spinlock
> to protect this list like protecting other skb queues.
> 
> __tcp_bpf_recvmsg() is still special because of peeking,
> it still has to use lock_sock.
> 
> Cc: John Fastabend <john.fastab...@gmail.com>
> Cc: Daniel Borkmann <dan...@iogearbox.net>
> Cc: Lorenz Bauer <l...@cloudflare.com>
> Acked-by: Jakub Sitnicki <ja...@cloudflare.com>
> Signed-off-by: Cong Wang <cong.w...@bytedance.com>
> ---

Acked-by: John Fastabend <john.fastab...@gmail.com>

Reply via email to