[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200221214536.20265-1-saeedm@mellanox.com>
Date: Fri, 21 Feb 2020 21:45:56 +0000
From: Saeed Mahameed <saeedm@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>,
"kuba@...nel.org" <kuba@...nel.org>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
Saeed Mahameed <saeedm@...lanox.com>
Subject: [PATCH net-next V2 0/7] mlxfw: Improve error reporting and FW
reactivate support
This patchset improves mlxfw error reporting to netlink and to
kernel log.
V2:
- Use proper err codes, EBUSY/EIO instead of EALREADY/EREMOTEIO
- Fix typo.
>From Eran and me.
1) patch #1, Make mlxfw/mlxsw fw flash devlink status notify generic,
and enable it for mlx5.
2) patches #2..#5 are improving mlxfw flash error messages by
reporting detailed mlxfw FSM error messages to netlink and kernel log.
3) patches #6,7 From Eran: Add FW reactivate flow to mlxfw and mlx5
Thanks,
Saeed.
Eran Ben Elisha (2):
net/mlxfw: Add reactivate flow support to FSM burn flow
net/mlx5: Add fsm_reactivate callback support
Saeed Mahameed (5):
net/mlxfw: Generic mlx FW flash status notify
net/mlxfw: Improve FSM err message reporting and return codes
net/mlxfw: More error messages coverage
net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.c
net/mlxfw: Use MLXFW_ERR_MSG macro for error reporting
drivers/net/ethernet/mellanox/mlx5/core/fw.c | 40 +++
drivers/net/ethernet/mellanox/mlxfw/Kconfig | 1 +
drivers/net/ethernet/mellanox/mlxfw/mlxfw.h | 50 ++-
.../net/ethernet/mellanox/mlxfw/mlxfw_fsm.c | 296 ++++++++++++++----
.../net/ethernet/mellanox/mlxsw/spectrum.c | 17 +-
5 files changed, 308 insertions(+), 96 deletions(-)
--
2.24.1
Powered by blists - more mailing lists