diff mbox

[net-next,mlxsw,2/2] mlxsw: spectrum: Bump needed version of FW to 13.1700.168

Message ID 20180605112932.2171-2-jiri@resnulli.us (mailing list archive)
State Not Applicable
Headers show

Commit Message

Jiri Pirko June 5, 2018, 11:29 a.m. UTC
From: Jiri Pirko <jiri@mellanox.com>

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
---
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ido Schimmel June 5, 2018, 11:39 a.m. UTC | #1
On Tue, Jun 05, 2018 at 01:29:32PM +0200, Jiri Pirko wrote:
>  #define MLXSW_FWREV_MAJOR 13
> -#define MLXSW_FWREV_MINOR 1620
> -#define MLXSW_FWREV_SUBMINOR 192
> +#define MLXSW_FWREV_MINOR 1700
> +#define MLXSW_FWREV_SUBMINOR 168

Looks fine, but we need to wait for a version we can actually use.
Please re-submit after we sort that out.

Thanks
Jiri Pirko June 5, 2018, 12:05 p.m. UTC | #2
Tue, Jun 05, 2018 at 01:39:40PM CEST, idosch@mellanox.com wrote:
>On Tue, Jun 05, 2018 at 01:29:32PM +0200, Jiri Pirko wrote:
>>  #define MLXSW_FWREV_MAJOR 13
>> -#define MLXSW_FWREV_MINOR 1620
>> -#define MLXSW_FWREV_SUBMINOR 192
>> +#define MLXSW_FWREV_MINOR 1700
>> +#define MLXSW_FWREV_SUBMINOR 168
>
>Looks fine, but we need to wait for a version we can actually use.

I thought this is actually it :) Okay. Note that the first patch might
go in even without this one.

>Please re-submit after we sort that out.
>
>Thanks
diff mbox

Patch

diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c
index 6d928ad0ce45..4f51e8dbab56 100644
--- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c
+++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c
@@ -75,8 +75,8 @@ 
 #include "../mlxfw/mlxfw.h"
 
 #define MLXSW_FWREV_MAJOR 13
-#define MLXSW_FWREV_MINOR 1620
-#define MLXSW_FWREV_SUBMINOR 192
+#define MLXSW_FWREV_MINOR 1700
+#define MLXSW_FWREV_SUBMINOR 168
 #define MLXSW_FWREV_MINOR_TO_BRANCH(minor) ((minor) / 100)
 
 #define MLXSW_SP_FW_FILENAME \