]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: Make MLXSW_SP1_FWREV_MINOR a hard requirement
authorPetr Machata <petrm@mellanox.com>
Sun, 23 Sep 2018 14:48:55 +0000 (17:48 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 23 Sep 2018 19:30:01 +0000 (12:30 -0700)
commit64875cb41feb8e8932d204ded50c25ed7230b6b8
treed24740a25aa0a02769c7df36c740a54b8fcef44f
parent3a98e99945c512eccf77d4ec9d005005b71887b9
mlxsw: Make MLXSW_SP1_FWREV_MINOR a hard requirement

Up until now, mlxsw tolerated firmware versions that weren't exactly
matching the required version, if the branch number matched. That
allowed the users to test various firmware versions as long as they were
on the right branch.

On the other hand, it made it impossible for mlxsw to put a hard lower
bound on a version that fixes all problems known to date. If a user had
a somewhat older FW version installed, mlxsw would start up just fine,
possibly performing non-optimally as it would use features that trigger
problematic behavior.

Therefore tweak the check to accept any FW version that is:

- on the same branch as the preferred version, and
- the same as or newer than the preferred version.

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