All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next V2 0/7] mlxfw: Improve error reporting and FW reactivate support
@ 2020-02-21 21:45 Saeed Mahameed
  2020-02-21 21:45 ` [PATCH net-next V2 1/7] net/mlxfw: Generic mlx FW flash status notify Saeed Mahameed
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Saeed Mahameed @ 2020-02-21 21:45 UTC (permalink / raw)
  To: David S. Miller, kuba; +Cc: netdev, Saeed Mahameed

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-02-21 23:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 21:45 [PATCH net-next V2 0/7] mlxfw: Improve error reporting and FW reactivate support Saeed Mahameed
2020-02-21 21:45 ` [PATCH net-next V2 1/7] net/mlxfw: Generic mlx FW flash status notify Saeed Mahameed
2020-02-21 21:45 ` [PATCH net-next V2 2/7] net/mlxfw: Improve FSM err message reporting and return codes Saeed Mahameed
2020-02-21 21:46 ` [PATCH net-next V2 3/7] net/mlxfw: More error messages coverage Saeed Mahameed
2020-02-21 21:46 ` [PATCH net-next V2 4/7] net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.c Saeed Mahameed
2020-02-21 21:46 ` [PATCH net-next V2 5/7] net/mlxfw: Use MLXFW_ERR_MSG macro for error reporting Saeed Mahameed
2020-02-21 21:46 ` [PATCH net-next V2 6/7] net/mlxfw: Add reactivate flow support to FSM burn flow Saeed Mahameed
2020-02-21 21:46 ` [PATCH net-next V2 7/7] net/mlx5: Add fsm_reactivate callback support Saeed Mahameed
2020-02-21 22:51 ` [PATCH net-next V2 0/7] mlxfw: Improve error reporting and FW reactivate support Jakub Kicinski
2020-02-21 23:46 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.