commit | 7c4a7ec8558dfc770c27931b43f01aede613faac | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Thu Dec 26 18:41:17 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 26 13:13:22 2019 -0800 |
tree | f143996f80a751ed9298dc283bedf65dd9cb769a | |
parent | b04720aee9a61b0b2f03a81d575fdcfb84c43c34 [diff] |
mlxsw: spectrum_router: Remove FIB entry list from FIB node As explained in previous patches, the driver no longer needs to maintain a list of identical FIB entries (i.e, same {tb_id, prefix, prefix length}) and therefore each FIB node can only store one FIB entry. Remove the FIB entry list and simplify the code. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>