]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bnx2x: Add MFW dump support
authorYuval Mintz <Yuval.Mintz@qlogic.com>
Wed, 22 Jul 2015 06:16:26 +0000 (09:16 +0300)
committerDan Duval <dan.duval@oracle.com>
Mon, 19 Oct 2015 22:08:10 +0000 (18:08 -0400)
commit4c9e069e62fbe7f508e45588d8dd1bb04d32b3ce
tree7c8d483aee2c3cffddf020d0ea4d3038a4916cac
parent95bb1f267481d07969433ee4d4bdd302ff8e6998
bnx2x: Add MFW dump support

Orabug: 22066196

Devices with up-to-date management FW will be able to store register dumps
on their persistent storage - in case management FW identifies a fatal
error it would gather and store such dumps, which could later be retrieved
using specific debug tools.

This patch adds the necessary part in the driver in order to make the
feature operational, as well as update users [under debug] during load
in case their device contains a dump of a previous crash.

Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: Ariel Elior <Ariel.Elior@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit c48f350ff5e75abae2627c2531780264f9e49130)

Signed-off-by: Dan Duval <dan.duval@oracle.com>
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
drivers/net/ethernet/broadcom/bnx2x/bnx2x_hsi.h
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c