]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-Fixes-in-offloading-of-mirror-to-gretap'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Jun 2018 17:27:58 +0000 (13:27 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Jun 2018 17:27:58 +0000 (13:27 -0400)
commit2df09eea765f0e8257ab9fbd1b09d2a303869b83
treee2810cab7050fd561b60637d945421b430681996
parent2ff856dfe7a61c98930d75a4722431d1c1b6a5ea
parent4b275ed433d1ef2c04d9f5af724884eb9053a1a3
Merge branch 'mlxsw-Fixes-in-offloading-of-mirror-to-gretap'

Ido Schimmel says:

====================
mlxsw: Fixes in offloading of mirror-to-gretap

Petr says:

These two patches fix issues in offloading of mirror-to-gretap when
bridge is present in the underlay.

In patch #1, reconsideration of SPAN configuration is not done right at
the point that SWITCHDEV_OBJ_ID_PORT_VLAN deletion notification is
distributed, but is postponed, because the notifications are actually
distributed before the relevant change is implemented in the bridge.

In patch #2, a problem in configuring VLAN tagging in situations when a
VLAN device is on top of an 802.1Q bridge whose egress port is marked as
"egress untagged". In that case, mlxsw would neglect to suppress the
tagging implicitly assumed after the VLAN device was seen.
====================

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