From: "Kok, Auke" <auke-jan.h.kok@intel.com>
To: wendy xiong <wendyx@us.ibm.com>
Cc: netdev@vger.kernel.org, jeff@garzik.org,
auke-jan.h.kok@intel.com, jesse.brandeburg@intel.com,
e1000-devel@lists.sourceforge.net
Subject: Re: [PATCH 2/2 2.6.25-rc8] ixgbe: save and restore pcie/msi state to support EEH recovery
Date: Thu, 10 Apr 2008 13:48:58 -0700 [thread overview]
Message-ID: <47FE7D3A.2090703@intel.com> (raw)
In-Reply-To: <1207856434.24768.27.camel@wendyx.austin.ibm.com>
wendy xiong wrote:
> Hi,
>
> To enable EEH support for pci-express network adapters, pcie/msi state
> needs to be saved and restored for that adapter.
>
> We have tested this EEH patch with Intel 10G pci-express ixgbe adapter.
>
> Signed-off-by: Wendy Xiong <wendyx@us.ibm.com>
Thanks Wendy,
I'll pull (both) these in my tree and make sure they get merged. thanks!
Auke
>
>
> diff -Nuarp linux-2.6.25-rc8.orig/drivers/net/ixgbe/ixgbe_main.c linux-2.6.25-rc8/drivers/net/ixgbe/ixgbe_main.c
> --- linux-2.6.25-rc8.orig/drivers/net/ixgbe/ixgbe_main.c 2008-04-07 19:18:08.000000000 -0500
> +++ linux-2.6.25-rc8/drivers/net/ixgbe/ixgbe_main.c 2008-04-10 12:54:17.000000000 -0500
> @@ -2654,6 +2654,7 @@ static int __devinit ixgbe_probe(struct
> }
>
> pci_set_master(pdev);
> + pci_save_state(pdev);
>
> netdev = alloc_etherdev(sizeof(struct ixgbe_adapter));
> if (!netdev) {
> @@ -2910,6 +2911,7 @@ static pci_ers_result_t ixgbe_io_slot_re
> return PCI_ERS_RESULT_DISCONNECT;
> }
> pci_set_master(pdev);
> + pci_restore_state(pdev);
>
> pci_enable_wake(pdev, PCI_D3hot, 0);
> pci_enable_wake(pdev, PCI_D3cold, 0);
>
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2008-04-10 20:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-10 19:40 [PATCH 2/2 2.6.25-rc8] ixgbe: save and restore pcie/msi state to support EEH recovery wendy xiong
2008-04-10 20:48 ` Kok, Auke [this message]
2008-04-24 15:50 ` wendy xiong
2008-04-24 15:54 ` Kok, Auke
2008-04-24 16:21 ` Jeff Garzik
2008-04-24 15:56 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47FE7D3A.2090703@intel.com \
--to=auke-jan.h.kok@intel.com \
--cc=e1000-devel@lists.sourceforge.net \
--cc=jeff@garzik.org \
--cc=jesse.brandeburg@intel.com \
--cc=netdev@vger.kernel.org \
--cc=wendyx@us.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.