From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/7] mlxsw: Various updates Date: Thu, 09 Aug 2018 10:37:58 -0700 (PDT) Message-ID: <20180809.103758.1187365883762890185.davem@davemloft.net> References: <20180809085913.20671-1-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jiri@mellanox.com, mlxsw@mellanox.com To: idosch@mellanox.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:33110 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731115AbeHIUD7 (ORCPT ); Thu, 9 Aug 2018 16:03:59 -0400 In-Reply-To: <20180809085913.20671-1-idosch@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ido Schimmel Date: Thu, 9 Aug 2018 11:59:06 +0300 > Patches 1-3 update the driver to use a new firmware version. Due to a > recently discovered issue, the version (and future ones) does not > support matching on VLAN ID at egress. This is enforced in the driver > and reported back to the user via extack. > > Patch 4 adds a new selftest for the recently introduced algorithmic > TCAM. > > Patch 5 converts the driver to use SPDX identifiers. > > Patches 6-7 fix a bug in ethtool stats reporting and expose counters for > all 16 TCs, following recent MC-aware changes that utilize TCs 8-15. Series applied, thanks!