Re: [PATCH net 0/7] mlxsw: Various fixes
From: David Miller <davem@davemloft.net>
Date: 2019-06-12 18:08:55
From: Ido Schimmel <redacted> Date: Tue, 11 Jun 2019 10:19:39 +0300
From: Ido Schimmel <redacted> 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 #3 is a test case. 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
Series applied and queued up for -stable.