Skip to content

Commit

Permalink
cxgb4: Fix EEH on IBM P7IOC
Browse files Browse the repository at this point in the history
Fix EEH recovery on new P Series platform by
requesting fundamental reset.

Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Divy Le Ray authored and David S. Miller committed Sep 29, 2011
1 parent aabdcb0 commit 6482aa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/cxgb4/cxgb4_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 6482aa7

Please sign in to comment.