]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'mlxsw-Various-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Jun 2019 18:08:15 +0000 (11:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Jun 2019 18:08:15 +0000 (11:08 -0700)
commit1d63f0e3274f54e41d2fe35af3076891761e4371
tree0d7a52a290b6aa5f4fda0df4518a4f8054963173
parent648ee6cea7dde4a5cdf817e5d964fd60b22006a4
parent4b14cc313f076c37b646cee06a85f0db59cf216c
Merge branch 'mlxsw-Various-fixes'

Ido Schimmel says:

====================
mlxsw: Various fixes

This patchset contains various fixes for mlxsw.

Patch #1 fixes an hash polarization problem when a nexthop device is a
LAG device. This is caused by the fact that the same seed is used for
the LAG and ECMP hash functions.

Patch #2 fixes an issue in which the driver fails to refresh a nexthop
neighbour after it becomes dead. This prevents the nexthop from ever
being written to the adjacency table and used to forward traffic. Patch

Patch #4 fixes a wrong extraction of TOS value in flower offload code.
Patch #5 is a test case.

Patch #6 works around a buffer issue in Spectrum-2 by reducing the
default sizes of the shared buffer pools.

Patch #7 prevents prio-tagged packets from entering the switch when PVID
is removed from the bridge port.

Please consider patches #2, #4 and #6 for 5.1.y
====================

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