OSDN Git Service

Merge branch 'mlxsw-Small-routing-improvements'
authorDavid S. Miller <davem@davemloft.net>
Sun, 21 Apr 2019 17:31:45 +0000 (10:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Apr 2019 17:31:45 +0000 (10:31 -0700)
commitf9e0d65b1fe3659d299b76c82a4b44a7d71c41e4
treec00367b93819d0e100bced7dc5d759c59027a9d4
parent4ef6cbe80d71058dfd53f11a2801be4b6d227a4a
parent05414dd116c549a0b9dd57ee4e73ddd9a0038e41
Merge branch 'mlxsw-Small-routing-improvements'

Ido Schimmel says:

====================
mlxsw: Small routing improvements

Patch #1 switches the driver to use a unique and stable ECMP/LAG seed.
This allows for consistent behavior across reboots and avoids hash
polarization at the same time.

Patch #2 relaxes the FIB rule validation in the driver to allow the
installation of rules that direct locally generated traffic (iif=lo).
This does not result in a discrepancy between both data paths because
packets received by the device would never match such rules.
====================

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