Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6482aa7c authored by Divy Le Ray's avatar Divy Le Ray Committed by David S. Miller
Browse files

cxgb4: Fix EEH on IBM P7IOC



Fix EEH recovery on new P Series platform by
requesting fundamental reset.

Signed-off-by: default avatarDivy Le Ray <divy@chelsio.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent aabdcb0b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3712,6 +3712,9 @@ static int __devinit init_one(struct pci_dev *pdev,
		setup_debugfs(adapter);
	}

	/* PCIe EEH recovery on powerpc platforms needs fundamental reset */
	pdev->needs_freset = 1;

	if (is_offload(adapter))
		attach_ulds(adapter);