From: Eric Dumazet <edumazet@xxxxxxxxxx> Date: Wed, 22 Nov 2023 15:23:51 +0100 > On Tue, Nov 21, 2023 at 7:44 PM Kuniyuki Iwashima <kuniyu@xxxxxxxxxx> wrote: > > > > sock_net(sk) is used repeatedly in cookie_v[46]_check(). > > Let's cache it in a variable. > > > > What about splitting this series in two ? That makes sense and would be easier to review/respin. I'll post patch 1-8 to netdev first. > > First one, doing refactoring/cleanups only could be sent without the > RFC tag right away for review. > ( Directly sent to netdev$ and TCP maintainers, no BPF change yet) > > Then the second one with functional changes would follow, sent to bpf > and TCP folks. > > Thanks.