OSDN Git Service

Merge branch 'qed-Error-recovery-process'
authorDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2019 18:58:41 +0000 (10:58 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2019 18:58:41 +0000 (10:58 -0800)
commitbb7c778b73ebf4a62408ed6deafc587aae79d3e2
tree9e1ca7b138edc5701ffa19bda90135130ecc9c4d
parent8e067bb3fc921f31450403d82ef664832735c424
parentccc67ef50b9085b895738d7720840eb6fe98745e
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.

Changes in v2:
- Addressed issue found in https://patchwork.ozlabs.org/patch/1030545/
  The change was done be removing the enum and passing a boolean to
  the related functions.
====================

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