Re: [PATCH v3 net-next 08/15] ipv4: Replace &arp_tbl with arp_table(net).
Kuniyuki Iwashima <[email protected]>
| Newsgroups | org.kernel.vger.netdev |
|---|---|
| Message-ID | <CAAVpQUAB4y+DrjvAY6PDNnH2Eun2spZFFfYCRT8uXNr0ZGjxcA@mail.gmail.com> |
On Tue, Aug 11, 2026 at 9:25 AM David Ahern <[email protected]> wrote: > > On 8/11/26 10:10 AM, Kuniyuki Iwashima wrote: > > It's still bisectable > > After patch 7 (before applying 8 and on), data path and ip neigh show > both work correctly? Yes, net->neigh_tables[] still points to the global arp_tbl and nd_tbl till patch 12. Patch 7 ~ 9 changes how it's accessed but does not change what's accessed.