On 9/25/23 4:34 PM, Aditi Ghag wrote:
Just so that I understand the broken case better, are you doing something in your BPF iterator program so that "bpf_seq_read() can only get one sk at a time"?
ah, hit send too early.Yes, bpf_seq_printf(). It is why I was suggesting to use the bpf_iter/udp[46] to reprod by adding start_reuseport_server(). Please see my earlier reply.