]> git.baikalelectronics.ru Git - kernel.git/commit
qede: Add support for handling the pcie errors.
authorSudarsana Reddy Kalluru <skalluru@marvell.com>
Wed, 22 Apr 2020 13:16:07 +0000 (06:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Apr 2020 19:37:11 +0000 (12:37 -0700)
commit774c6fa9a065b3b8b6d94f57907a83567244438b
tree00b8e217517d97bed44733957d71d5c50a259453
parent4a70869933ab6646734557b74973e444068c1f20
qede: Add support for handling the pcie errors.

The error recovery is handled by management firmware (MFW) with the help of
qed/qede drivers. Upon detecting the errors, driver informs MFW about this
event which in turn starts a recovery process. MFW sends ERROR_RECOVERY
notification to the driver which performs the required cleanup/recovery
from the driver side.

Signed-off-by: Sudarsana Reddy Kalluru <skalluru@marvell.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qede/qede.h
drivers/net/ethernet/qlogic/qede/qede_main.c