summaryrefslogtreecommitdiff
path: root/curvetun
diff options
context:
space:
mode:
Diffstat (limited to 'curvetun')
0 files changed, 0 insertions, 0 deletions
rivers?h=nds-private-remove&id=c8b030774f43a816e287e50581fe84e8ea905c44'>c8b030774f43a816e287e50581fe84e8ea905c44 (patch) treece2b4b7b845f4ed36a5b40b095b3487a9c60bcf7 /drivers parentb8399a1e5ad86807cee52b65820ffa543c8d66d0 (diff)
mlxsw: spectrum_router: Remove FIB info from FIB entry struct
After the previous changes, the FIB info is embedded in every nexthop group struct, which in turn is embedded in every FIB entry struct. We can therefore safely remove the FIB info from the entry struct. This has the added advantage of making the router-related structs more generic and suitable for use with IPv6 offloads. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c