RE: [PATCH] PCI Error Recovery: e1000 network device driver

2006-04-28 Thread Zhang, Yanmin
@vger.kernel.org; >>[EMAIL PROTECTED]; [EMAIL PROTECTED]; Linux NICS >>Subject: Re: [PATCH] PCI Error Recovery: e1000 network device driver >> >>On Fri, Mar 24, 2006 at 06:22:06PM -0800, Greg KH wrote: >>> ... a bit >>> different from the traditional kernel cod

Re: [PATCH] PCI Error Recovery: e1000 network device driver

2006-03-24 Thread Linas Vepstas
Error Recovery: e1000 network device driver Various PCI bus errors can be signaled by newer PCI controllers. This patch adds the PCI error recovery callbacks to the intel gigabit ethernet e1000 device driver. The patch has been tested, and appears to work well. Signed-off-by: Linas Vepstas &

Re: [PATCH] PCI Error Recovery: e1000 network device driver

2006-03-24 Thread Greg KH
On Fri, Mar 24, 2006 at 04:00:02PM -0600, Linas Vepstas wrote: > + /* Perform card reset only on one instance of the card */ > + if(0 != PCI_FUNC (pdev->devfn)) > + return PCI_ERS_RESULT_RECOVERED; You seem to have forgotton to put a ' ' after the 'if' in a number of different

[PATCH] PCI Error Recovery: e1000 network device driver

2006-03-24 Thread Linas Vepstas
Jeff, Can you please review and forward this patch upstream? A previous version of this patch has been ack'ed by Jesse Brandeburg, one of the e1000 maintainers. --linas [PATCH] PCI Error Recovery: e1000 network device driver Various PCI bus errors can be signaled by newer PCI contro

[PATCH] PCI Error Recovery: e1000 network device driver

2006-01-18 Thread linas
Hi Jeff, Please review, apply and forward this patch upstream, as appropriate. --linas [PATCH] PCI Error Recovery: e1000 network device driver Various PCI bus errors can be signaled by newer PCI controllers. This patch adds the PCI error recovery callbacks to the intel gigabit ethernet

Re: [EMAIL PROTECTED]: [PATCH] PCI Error Recovery: e1000 network device driver]

2006-01-11 Thread Jesse Brandeburg
On 1/6/06, linas <[EMAIL PROTECTED]> wrote: > > Here's the correspondig patch fo the e1000 > --linas > > > Hi, > > > > The following patch to the e100 device driver is in the current > > 2.6.15-mm1 tree, and is being pushed to the mainline 2.6.15 tree. > > > > I wrote this patch, and I believe I've

[EMAIL PROTECTED]: [PATCH] PCI Error Recovery: e1000 network device driver]

2006-01-06 Thread linas
version of this patch has been shipping as > a part of SUSE SLES9 for about a year, and so has been > tested in the field. > > Similar patches to follow for the e1000 and the ixgb. > > --linas ----- Forwarded message from Greg KH <[EMAIL PROTECTED]> - Subject: [PATCH