Re: [PATCH] ixgb: add PCI Error recovery callbacks

2006-07-06 Thread Linas Vepstas
On Thu, Jul 06, 2006 at 01:50:59PM -0500, Linas Vepstas wrote: > On Thu, Jul 06, 2006 at 11:01:35AM -0700, Auke Kok wrote: > > Linas Vepstas wrote: > > > > > >Perhaps the right fix is to figure out what parts of the driver do i/o > > >during shutdown, and then add a line "if(wedged) skip i/o;" to t

Re: [PATCH] ixgb: add PCI Error recovery callbacks

2006-07-06 Thread Linas Vepstas
On Thu, Jul 06, 2006 at 11:01:35AM -0700, Auke Kok wrote: > Linas Vepstas wrote: > > > >Perhaps the right fix is to figure out what parts of the driver do i/o > >during shutdown, and then add a line "if(wedged) skip i/o;" to those > >places? > > that would be relatively simple if we can check a fl

Re: [PATCH] ixgb: add PCI Error recovery callbacks

2006-07-06 Thread Auke Kok
Linas Vepstas wrote: On Thu, Jul 06, 2006 at 09:21:39AM +0800, Zhang, Yanmin wrote: On Thu, 2006-07-06 at 03:44, Linas Vepstas wrote: On Wed, Jul 05, 2006 at 08:49:27AM -0700, Auke Kok wrote: Zhang, Yanmin wrote: On Fri, 2006-06-30 at 00:26, Linas Vepstas wrote: Adds PCI Error recovery callb

Re: [PATCH] ixgb: add PCI Error recovery callbacks

2006-07-06 Thread Linas Vepstas
On Thu, Jul 06, 2006 at 09:21:39AM +0800, Zhang, Yanmin wrote: > On Thu, 2006-07-06 at 03:44, Linas Vepstas wrote: > > On Wed, Jul 05, 2006 at 08:49:27AM -0700, Auke Kok wrote: > > > Zhang, Yanmin wrote: > > > >On Fri, 2006-06-30 at 00:26, Linas Vepstas wrote: > > > >>Adds PCI Error recovery callba

Re: [PATCH] ixgb: add PCI Error recovery callbacks

2006-07-05 Thread Zhang, Yanmin
On Thu, 2006-07-06 at 03:44, Linas Vepstas wrote: > On Wed, Jul 05, 2006 at 08:49:27AM -0700, Auke Kok wrote: > > Zhang, Yanmin wrote: > > >On Fri, 2006-06-30 at 00:26, Linas Vepstas wrote: > > >>Adds PCI Error recovery callbacks to the Intel 10-gigabit ethernet > > >>ixgb device driver. Lightly te

Re: [PATCH] ixgb: add PCI Error recovery callbacks

2006-07-05 Thread Linas Vepstas
On Wed, Jul 05, 2006 at 08:49:27AM -0700, Auke Kok wrote: > Zhang, Yanmin wrote: > >On Fri, 2006-06-30 at 00:26, Linas Vepstas wrote: > >>Adds PCI Error recovery callbacks to the Intel 10-gigabit ethernet > >>ixgb device driver. Lightly tested, works. > > > >Both pci_disable_device and ixgb_down wo

Re: [PATCH] ixgb: add PCI Error recovery callbacks

2006-07-05 Thread Auke Kok
Zhang, Yanmin wrote: On Fri, 2006-06-30 at 00:26, Linas Vepstas wrote: Adds PCI Error recovery callbacks to the Intel 10-gigabit ethernet ixgb device driver. Lightly tested, works. Both pci_disable_device and ixgb_down would access the device. It doesn't follow Documentation/pci-error-recovery

Re: [PATCH] ixgb: add PCI Error recovery callbacks

2006-07-02 Thread Zhang, Yanmin
On Fri, 2006-06-30 at 00:26, Linas Vepstas wrote: > Adds PCI Error recovery callbacks to the Intel 10-gigabit ethernet > ixgb device driver. Lightly tested, works. > > Signed-off-by: Linas Vepstas <[EMAIL PROTECTED]> > +/** > + * ixgb_io_error_detected() - called when PCI error is detected > + * @

[PATCH] ixgb: add PCI Error recovery callbacks

2006-06-29 Thread Linas Vepstas
Adds PCI Error recovery callbacks to the Intel 10-gigabit ethernet ixgb device driver. Lightly tested, works. Signed-off-by: Linas Vepstas <[EMAIL PROTECTED]> drivers/net/ixgb/ixgb_main.c | 112 ++- 1 file changed, 111 insertions(+), 1 deletion(-)