mbox series

[net-next,0/2] mlxsw: Bump firmware version to XX.2007.1168

Message ID 20200623191346.75121-1-idosch@idosch.org
Headers show
Series mlxsw: Bump firmware version to XX.2007.1168 | expand

Message

Ido Schimmel June 23, 2020, 7:13 p.m. UTC
From: Ido Schimmel <idosch@mellanox.com>

Petr says:

In patch #1, bump the firmware version required by the driver to
XX.2007.1168. This version fixes several issues observed in the
offloaded datapath.

In patch #2, add support for requiring FW version on Spectrum-3 (so far
only Spectrum-1 and Spectrum-2 have had this requirement). Demand the
same version as mentioned above.

Petr Machata (2):
  mlxsw: Bump firmware version to XX.2007.1168
  mlxsw: Enforce firmware version for Spectrum-3

 .../net/ethernet/mellanox/mlxsw/spectrum.c    | 26 ++++++++++++++++---
 1 file changed, 22 insertions(+), 4 deletions(-)

Comments

David Miller June 23, 2020, 10:14 p.m. UTC | #1
From: Ido Schimmel <idosch@idosch.org>
Date: Tue, 23 Jun 2020 22:13:44 +0300

> From: Ido Schimmel <idosch@mellanox.com>
> 
> Petr says:
> 
> In patch #1, bump the firmware version required by the driver to
> XX.2007.1168. This version fixes several issues observed in the
> offloaded datapath.
> 
> In patch #2, add support for requiring FW version on Spectrum-3 (so far
> only Spectrum-1 and Spectrum-2 have had this requirement). Demand the
> same version as mentioned above.

Series applied, thanks.