mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
mlxsw: Bump firmware version to XX.2008.1310
Among other changes, this version supports FW monitoring. Signed-off-by: Jiri Pirko <jiri@nvidia.com> Signed-off-by: Ido Schimmel <idosch@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ef8e692d69
commit
eab1924a2d
|
|
@ -45,8 +45,8 @@
|
|||
#include "../mlxfw/mlxfw.h"
|
||||
|
||||
#define MLXSW_SP1_FWREV_MAJOR 13
|
||||
#define MLXSW_SP1_FWREV_MINOR 2007
|
||||
#define MLXSW_SP1_FWREV_SUBMINOR 1168
|
||||
#define MLXSW_SP1_FWREV_MINOR 2008
|
||||
#define MLXSW_SP1_FWREV_SUBMINOR 1310
|
||||
#define MLXSW_SP1_FWREV_CAN_RESET_MINOR 1702
|
||||
|
||||
static const struct mlxsw_fw_rev mlxsw_sp1_fw_rev = {
|
||||
|
|
@ -62,8 +62,8 @@ static const struct mlxsw_fw_rev mlxsw_sp1_fw_rev = {
|
|||
"." __stringify(MLXSW_SP1_FWREV_SUBMINOR) ".mfa2"
|
||||
|
||||
#define MLXSW_SP2_FWREV_MAJOR 29
|
||||
#define MLXSW_SP2_FWREV_MINOR 2007
|
||||
#define MLXSW_SP2_FWREV_SUBMINOR 1168
|
||||
#define MLXSW_SP2_FWREV_MINOR 2008
|
||||
#define MLXSW_SP2_FWREV_SUBMINOR 1310
|
||||
|
||||
static const struct mlxsw_fw_rev mlxsw_sp2_fw_rev = {
|
||||
.major = MLXSW_SP2_FWREV_MAJOR,
|
||||
|
|
@ -77,8 +77,8 @@ static const struct mlxsw_fw_rev mlxsw_sp2_fw_rev = {
|
|||
"." __stringify(MLXSW_SP2_FWREV_SUBMINOR) ".mfa2"
|
||||
|
||||
#define MLXSW_SP3_FWREV_MAJOR 30
|
||||
#define MLXSW_SP3_FWREV_MINOR 2007
|
||||
#define MLXSW_SP3_FWREV_SUBMINOR 1168
|
||||
#define MLXSW_SP3_FWREV_MINOR 2008
|
||||
#define MLXSW_SP3_FWREV_SUBMINOR 1310
|
||||
|
||||
static const struct mlxsw_fw_rev mlxsw_sp3_fw_rev = {
|
||||
.major = MLXSW_SP3_FWREV_MAJOR,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user