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)
commit3faf6eda74c236bd87eef8e415d976e5a8cd6a5a
tree7216f29b8d9bdadb9476e26696ff4a191350f631
parentbd6f48546b9cb7a785344fc78058c420923d7ed8
parentacca789a358cc960be3937851d7de6591c79d6c2
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>