From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ido Schimmel Subject: [PATCH net-next 0/2] mlxsw: Fixes in offloading of mirror-to-gretap Date: Sat, 2 Jun 2018 21:09:33 +0300 Message-ID: <20180602180935.24544-1-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: davem@davemloft.net, jiri@mellanox.com, petrm@mellanox.com, mlxsw@mellanox.com, Ido Schimmel To: netdev@vger.kernel.org Return-path: Received: from mail-ve1eur01on0042.outbound.protection.outlook.com ([104.47.1.42]:57489 "EHLO EUR01-VE1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751507AbeFBSKl (ORCPT ); Sat, 2 Jun 2018 14:10:41 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 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. Petr Machata (2): mlxsw: spectrum_switchdev: Postpone respin on object deletion mlxsw: spectrum_span: Suppress VLAN on BRIDGE_VLAN_INFO_UNTAGGED drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c | 4 +++- drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) -- 2.14.3