netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-2.6] cxgb4: Fix EEH on IBM P7IOC
@ 2011-09-24 16:11 Divy Le Ray
  2011-09-29  4:34 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Divy Le Ray @ 2011-09-24 16:11 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, dm, swise, kxie

From: Divy Le Ray <divy@chelsio.com>

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

Signed-off-by: Divy Le Ray <divy@chelsio.com>
---

 drivers/net/cxgb4/cxgb4_main.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/drivers/net/cxgb4/cxgb4_main.c b/drivers/net/cxgb4/cxgb4_main.c
index c9957b7..b4efa29 100644
--- a/drivers/net/cxgb4/cxgb4_main.c
+++ b/drivers/net/cxgb4/cxgb4_main.c
@@ -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);
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-2.6] cxgb4: Fix EEH on IBM P7IOC
  2011-09-24 16:11 [PATCH net-2.6] cxgb4: Fix EEH on IBM P7IOC Divy Le Ray
@ 2011-09-29  4:34 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-09-29  4:34 UTC (permalink / raw)
  To: divy; +Cc: netdev, linux-kernel, dm, swise, kxie

From: Divy Le Ray <divy@chelsio.com>
Date: Sat, 24 Sep 2011 09:11:31 -0700

> From: Divy Le Ray <divy@chelsio.com>
> 
> Fix EEH recovery on new P Series platform by
> requesting fundamental reset.
> 
> Signed-off-by: Divy Le Ray <divy@chelsio.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-29  4:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-24 16:11 [PATCH net-2.6] cxgb4: Fix EEH on IBM P7IOC Divy Le Ray
2011-09-29  4:34 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).