From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] mlxsw: spectrum: Bump required firmware version Date: Thu, 20 Sep 2018 07:49:14 -0700 (PDT) Message-ID: <20180920.074914.2303106049476888392.davem@davemloft.net> References: <20180920063145.12770-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, petrm@mellanox.com, mlxsw@mellanox.com To: idosch@mellanox.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:42350 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727633AbeITUdF (ORCPT ); Thu, 20 Sep 2018 16:33:05 -0400 In-Reply-To: <20180920063145.12770-1-idosch@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ido Schimmel Date: Thu, 20 Sep 2018 09:31:45 +0300 > From: Petr Machata > > MC-aware mode was introduced to mlxsw in commit 7b8195306694 ("mlxsw: spectrum: > Configure MC-aware mode on mlxsw ports") and fixed up later in commit > 3a3539cd3632 ("mlxsw: spectrum_buffers: Set up a dedicated pool for BUM > traffic"). As the final piece of puzzle, a firmware issue whereby a wrong > priority was assigned to BUM traffic was corrected in FW version 13.1703.4. > Therefore require this FW version in the driver. > > Fixes: 7b8195306694 ("mlxsw: spectrum: Configure MC-aware mode on mlxsw ports") > Signed-off-by: Petr Machata > Reviewed-by: Jiri Pirko > Signed-off-by: Ido Schimmel Applied.