From: Jiri Pirko <j...@resnulli.us> Date: Fri, 12 Jan 2018 17:15:59 +0100
> From: Ido Schimmel <ido...@mellanox.com> > > Since commit eb789980d0aa ("mlxsw: spectrum_router: Populate adjacency > entries according to weights") the driver includes support for > non-equal-cost multipath, but IPv4 nexthops were the only user. > > Now that the kernel supports weighted IPv6 nexthops, we can extend the > driver to support it as well. > > This is done by assigning each nexthop its configured weight, so that it > will be populated accordingly in the device's adjacency table. The > `weight` parameter is also taken into account when comparing nexthop > groups in order not to consolidate non-identical groups. > > Signed-off-by: Ido Schimmel <ido...@mellanox.com> > Signed-off-by: Jiri Pirko <j...@mellanox.com> Applied, thanks Jiri.