[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <t4r7dunrdv43bkq56nz4kl4igjstcfzg5kkauygocxbxpzeynb@druey6eb4bco>
Date: Fri, 2 May 2025 09:10:24 -0700
From: Jordan Rife <jordan@...fe.io>
To: Martin KaFai Lau <martin.lau@...ux.dev>
Cc: Aditi Ghag <aditi.ghag@...valent.com>,
Daniel Borkmann <daniel@...earbox.net>, Willem de Bruijn <willemdebruijn.kernel@...il.com>,
Kuniyuki Iwashima <kuniyu@...zon.com>, Alexei Starovoitov <alexei.starovoitov@...il.com>,
netdev@...r.kernel.org, bpf@...r.kernel.org
Subject: Re: [PATCH v6 bpf-next 5/7] bpf: udp: Avoid socket skips and repeats
during iteration
> > @@ -3895,6 +3922,8 @@ static int bpf_iter_init_udp(void *priv_data, struct bpf_iter_aux_info *aux)
> > if (ret)
> > bpf_iter_fini_seq_net(priv_data);
> > + iter->state.bucket = -1;
>
> ah. I think this can be moved to patch 3.
>
> > +
> > return ret;
> > }
>
Good point, I will move this change there.
Jordan
Powered by blists - more mailing lists