mbox series

[iwl-net,V4,0/2] Fix repeated EEH reports in MSI domain

Message ID 20240515210705.620-1-thinhtr@linux.ibm.com (mailing list archive)
Headers show
Series Fix repeated EEH reports in MSI domain | expand

Message

Thinh Tran May 15, 2024, 9:07 p.m. UTC
The patch fixes an issue where repeated EEH reports with a single error
on the bus of Intel X710 4-port 10G Base-T adapter in the MSI domain
cause the device to be permanently disabled.  It fully resets and
restarts the device when handling the PCI EEH error.

v4: corrected another typos.
v3: moved text commit messages from the cover letter to appropriate
    patches.
v2: fixed typos and split into two commits

Thinh Tran (2):
  i40e: factoring out i40e_suspend/i40e_resume
  i40e: Fully suspend and resume IO operations in EEH case

 drivers/net/ethernet/intel/i40e/i40e_main.c | 257 +++++++++++---------
 1 file changed, 140 insertions(+), 117 deletions(-)