Re: [PATCH v3 net-next 09/15] ipv6: Replace &nd_tbl with nd_table(net).
Nikolay Aleksandrov <[email protected]>
| Newsgroups | org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 11/08/2026 05:23, Kuniyuki Iwashima wrote: > We will allocate per-netns neigh_table in net->neigh_tables[]. > > Let's replace &nd_tbl with nd_table(net). > > Signed-off-by: Kuniyuki Iwashima <[email protected]> > --- > Cc: Saeed Mahameed <[email protected]> > Cc: Leon Romanovsky <[email protected]> > Cc: Tariq Toukan <[email protected]> > Cc: Mark Bloch <[email protected]> > Cc: Petr Machata <[email protected]> > Cc: Edward Cree <[email protected]> > Cc: Nikolay Aleksandrov <[email protected]> > Cc: Alexander Aring <[email protected]> > Cc: Stefan Schmidt <[email protected]> > Cc: Miquel Raynal <[email protected]> > --- > .../mellanox/mlx5/core/en/rep/neigh.c | 7 +- > .../mellanox/mlx5/core/en/tc_tun_encap.c | 2 +- > .../ethernet/mellanox/mlxsw/spectrum_router.c | 13 ++- > .../ethernet/mellanox/mlxsw/spectrum_span.c | 5 +- > .../netronome/nfp/flower/tunnel_conf.c | 4 +- > drivers/net/ethernet/sfc/tc_counters.c | 2 +- > drivers/net/ethernet/sfc/tc_encap_actions.c | 2 +- > drivers/net/vrf.c | 2 +- > drivers/net/vxlan/vxlan_core.c | 6 +- > include/net/ndisc.h | 11 ++- > net/bridge/br_arp_nd_proxy.c | 2 +- > net/ieee802154/6lowpan/tx.c | 3 +- > net/ipv4/fib_semantics.c | 2 +- > net/ipv6/addrconf.c | 17 ++-- > net/ipv6/ip6_output.c | 4 +- > net/ipv6/ndisc.c | 91 ++++++++++--------- > net/ipv6/route.c | 18 ++-- > 17 files changed, 112 insertions(+), 79 deletions(-) > Reviewed-by: Nikolay Aleksandrov <[email protected]>