OSDN Git Service

mlxsw: spectrum: Update minimum firmware version to 13.1530.152
authorShalom Toledo <shalomt@mellanox.com>
Sun, 12 Nov 2017 08:01:24 +0000 (09:01 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Nov 2017 12:17:07 +0000 (21:17 +0900)
This new firmware contains:
 - Support Spectrum A1 revision
 - Batch deletion of IPv6 neighbours
 - Remove incorrect VPD capability

Signed-off-by: Shalom Toledo <shalomt@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum.c

index b2cd1eb..2d46ec8 100644 (file)
@@ -74,8 +74,8 @@
 #include "../mlxfw/mlxfw.h"
 
 #define MLXSW_FWREV_MAJOR 13
-#define MLXSW_FWREV_MINOR 1420
-#define MLXSW_FWREV_SUBMINOR 122
+#define MLXSW_FWREV_MINOR 1530
+#define MLXSW_FWREV_SUBMINOR 152
 
 static const struct mlxsw_fw_rev mlxsw_sp_supported_fw_rev = {
        .major = MLXSW_FWREV_MAJOR,