From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ido Schimmel Subject: [PATCH net 0/2] mlxsw: Couple of fixes Date: Thu, 4 Oct 2018 15:48:00 +0000 Message-ID: <20181004154728.8054-1-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "davem@davemloft.net" , Jiri Pirko , mlxsw , Ido Schimmel To: "netdev@vger.kernel.org" Return-path: Received: from mail-eopbgr20061.outbound.protection.outlook.com ([40.107.2.61]:35808 "EHLO EUR02-VE1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727629AbeJDWly (ORCPT ); Thu, 4 Oct 2018 18:41:54 -0400 Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: First patch works around an hardware issue in Spectrum-2 where a field indicating the event type is always set to the same value. Since there are only two event types and they are reported using different queues, we can use the queue number to derive the event type. Second patch prevents a router interface (RIF) leakage when a VLAN device is deleted from on top a bridge device. Ido Schimmel (1): mlxsw: spectrum: Delete RIF when VLAN device is removed Nir Dotan (1): mlxsw: pci: Derive event type from event queue number drivers/net/ethernet/mellanox/mlxsw/pci.c | 11 +++++++---- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 ++ 2 files changed, 9 insertions(+), 4 deletions(-) --=20 2.17.1