]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-Reflect-nexthop-status-changes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 8 Feb 2017 20:25:19 +0000 (15:25 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Feb 2017 20:25:19 +0000 (15:25 -0500)
commit2264bf6e0de9a5d2d79d5a967d56d9979adda7d0
tree0e66a1565e9c0bfd642ac18ecb607d2b074d0253
parentdde32a1ce7d89958217c019dc149585b05899732
parent6b2331b8ccb0f33bbdad22278b7e2a0c7b7a8658
Merge branch 'mlxsw-Reflect-nexthop-status-changes'

Jiri Pirko says:

====================
mlxsw: Reflect nexthop status changes

Ido says:

When the kernel forwards IPv4 packets via multipath routes it doesn't
consider nexthops that are dead or linkdown. For example, if the nexthop
netdev is administratively down or doesn't have a carrier.

Devices capable of offloading such multipath routes need to be made
aware of changes in the reflected nexthops' status. Otherwise, the
device might forward packets via non-functional nexthops, resulting in
packet loss. This patchset aims to fix that.

The first 11 patches deal with the necessary restructuring in the
mlxsw driver, so that it's able to correctly add and remove nexthops
from the device's adjacency table.

The 12th patch adds the NH_{ADD,DEL} events to the FIB notification
chain. These notifications are sent whenever the kernel decides to add
or remove a nexthop from the forwarding plane.

Finally, the last three patches add support for these events in the
mlxsw driver, which is currently the only driver capable of offloading
multipath routes.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>