]> 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)
commit28f7ccb0cb90b5e4c3a2a9782d76ca86e940336b
tree7216f29b8d9bdadb9476e26696ff4a191350f631
parent3770c4f7b71dd9a006a8186526c224598c9fc9f0
parent51572c40fbd82eac4331b87c47233a919d86bb7e
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>