]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 29 Dec 2019 20:29:14 +0000 (12:29 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Dec 2019 20:29:14 +0000 (12:29 -0800)
commit08f225c3a78618fa09aa2d305cb32319c9f00a49
tree7216f29b8d9bdadb9476e26696ff4a191350f631
parentc74c17fb7ea2c5750c3fa27d95041e47a10a1d63
parent71678d6a3bf984eab057db0959c327112a658b81
Merge branch 'mlxsw-fixes'

Ido Schimmel says:

====================
mlxsw: Couple of fixes

This patch set contains two fixes for mlxsw. Please consider both for
stable.

Patch #1 from Amit fixes a wrong check during MAC validation when
creating router interfaces (RIFs). Given a particular order of
configuration this can result in the driver refusing to create new RIFs.

Patch #2 fixes a wrong trap configuration in which VRRP packets and
routing exceptions were policed by the same policer towards the CPU. In
certain situations this can prevent VRRP packets from reaching the CPU.
====================

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