OSDN Git Service

Merge branch 'qed-Error-recovery-process'
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 Jan 2019 01:30:39 +0000 (17:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Jan 2019 01:30:39 +0000 (17:30 -0800)
commit8fb18be93efd7292d6ee403b9f61af1008239639
tree23a281c75b625d7583b984fd1de0669b6c215080
parent1518039f6b5ac794313c24c76f85cead0cd60f6c
parent278396de78a9b59a692bc140233bde3a9d8a8a31
Merge branch 'qed-Error-recovery-process'

Michal Kalderon says:

====================
qed*: Error recovery process

Parity errors might happen in the device's memories due to momentary bit
flips which are caused by radiation.
Errors that are not correctable initiate a process kill event, which blocks
the device access towards the host and the network, and a recovery process
is started in the management FW and in the driver.

This series adds the support of this process in the qed core module and in
the qede driver (patches 2 & 3).
Patch 1 in the series revises the load sequence, to avoid PCI errors that
might be observed during a recovery process.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>