* Re: [PATCH] PCI Express Advanced Error Reporting Driver
[not found] <200503102304.j2AN4INc018805@snoqualmie.dp.intel.com>
@ 2005-03-11 5:23 ` Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2005-03-11 5:23 UTC (permalink / raw)
To: long, benh; +Cc: linux-kernel, tom.l.nguyen
On Thu, Mar 10, 2005 at 03:04:18PM -0800, long wrote:
> PCI Express error signaling can occur on the PCI Express link itself
> or on behalf of transactions initiated on the link. PCI Express
> defines the Advanced Error Reporting capability, which is implemented
> with a PCI Express advanced error reporting extended capability
> structure, to provide more robust error reporting. With the Advanced
> Error Reporting capability a PCI Express component, which detects an
> error, can send an error message to the Root Port associated with
> its hierarchy.
<snip>
This patch was too big for lkml, and should also be sent to the
linux-pci list. Care to split it up and resend it?
Also, how does this tie into the recent discussion about pci error
recovery?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] PCI Express Advanced Error Reporting Driver
@ 2005-03-14 20:16 Nguyen, Tom L
0 siblings, 0 replies; 4+ messages in thread
From: Nguyen, Tom L @ 2005-03-14 20:16 UTC (permalink / raw)
To: Paul Mackerras; +Cc: Greg KH, benh, linux-kernel, Nguyen, Tom L
On Friday, March 11, 2005 2:49 PM Paul Mackerras wrote:
>> The standard PCI Specification calls out SERR and PERR. I am not sure
>> about the recent discussion of PCI error of recovery. It is perhaps
>> regarding the possibility of recovering from a PERR or SERR. However,
>> PCI Express error occurs on the PCI Express link or on behalf of
>> transactions occurred on the PCI Express link. PCI Express component,
>> which implements PCI Express Advanced Error Reporting Capability,
sends
>> error message to the Root Port to indicate error occurred on the PCI
>> Express link where it is connected. The PCI Express error recovery is
on
>> behalf of attempting to do a PCI Express link recovery, not PCI error
>> recovery. It appears that PCI Express AER is disjoint from PCI error
>> recovery.
>
>To give you some context, the recent discussion was about how we could
>give a unified interface to drivers for both PCI-Express error
>reporting and for the "Enhanced Error Handling" (EEH) facilities we
>have on IBM PPC64 boxes. EEH includes not only the detection and
>reporting of errors (for PCI, PCI-X and PCI-Express buses) but also
>hardware support for isolating devices when an error is detected, plus
>means for resetting individual bus segments or slots, to assist in
>recovering a device which has got into a bad state.
Thanks for providing this information.
>Does PCI Express provide any facilities for recovering from errors,
>beyond just "try that transaction again"?
PCI Express AER Root driver provides AER callback interfaces to
coordinate with PCI Express AER aware drivers. However, based on recent
LKML inputs, we like the suggestion for a common interface in the
drivers to support error handling for different platforms.
Thanks,
Long
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] PCI Express Advanced Error Reporting Driver
2005-03-11 18:24 Nguyen, Tom L
@ 2005-03-11 22:49 ` Paul Mackerras
0 siblings, 0 replies; 4+ messages in thread
From: Paul Mackerras @ 2005-03-11 22:49 UTC (permalink / raw)
To: Nguyen, Tom L; +Cc: Greg KH, benh, linux-kernel
Nguyen, Tom L writes:
> The standard PCI Specification calls out SERR and PERR. I am not sure
> about the recent discussion of PCI error of recovery. It is perhaps
> regarding the possibility of recovering from a PERR or SERR. However,
> PCI Express error occurs on the PCI Express link or on behalf of
> transactions occurred on the PCI Express link. PCI Express component,
> which implements PCI Express Advanced Error Reporting Capability, sends
> error message to the Root Port to indicate error occurred on the PCI
> Express link where it is connected. The PCI Express error recovery is on
> behalf of attempting to do a PCI Express link recovery, not PCI error
> recovery. It appears that PCI Express AER is disjoint from PCI error
> recovery.
To give you some context, the recent discussion was about how we could
give a unified interface to drivers for both PCI-Express error
reporting and for the "Enhanced Error Handling" (EEH) facilities we
have on IBM PPC64 boxes. EEH includes not only the detection and
reporting of errors (for PCI, PCI-X and PCI-Express buses) but also
hardware support for isolating devices when an error is detected, plus
means for resetting individual bus segments or slots, to assist in
recovering a device which has got into a bad state.
Does PCI Express provide any facilities for recovering from errors,
beyond just "try that transaction again"?
Paul.
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] PCI Express Advanced Error Reporting Driver
@ 2005-03-11 18:24 Nguyen, Tom L
2005-03-11 22:49 ` Paul Mackerras
0 siblings, 1 reply; 4+ messages in thread
From: Nguyen, Tom L @ 2005-03-11 18:24 UTC (permalink / raw)
To: Greg KH, benh; +Cc: linux-kernel, Nguyen, Tom L
On Thursday, March 10, 2005 9:23 PM Greg KH wrote:
>> On Thu, Mar 10, 2005 at 03:04:18PM -0800, long wrote:
>> PCI Express error signaling can occur on the PCI Express link itself
>> or on behalf of transactions initiated on the link. PCI Express
>> defines the Advanced Error Reporting capability, which is implemented
>> with a PCI Express advanced error reporting extended capability
>> structure, to provide more robust error reporting. With the Advanced
>> Error Reporting capability a PCI Express component, which detects an
>> error, can send an error message to the Root Port associated with
>> its hierarchy.
>This patch was too big for lkml, and should also be sent to the
>linux-pci list. Care to split it up and resend it?
Will split it up and resend.
> Also, how does this tie into the recent discussion about pci error
> recovery?
The standard PCI Specification calls out SERR and PERR. I am not sure
about the recent discussion of PCI error of recovery. It is perhaps
regarding the possibility of recovering from a PERR or SERR. However,
PCI Express error occurs on the PCI Express link or on behalf of
transactions occurred on the PCI Express link. PCI Express component,
which implements PCI Express Advanced Error Reporting Capability, sends
error message to the Root Port to indicate error occurred on the PCI
Express link where it is connected. The PCI Express error recovery is on
behalf of attempting to do a PCI Express link recovery, not PCI error
recovery. It appears that PCI Express AER is disjoint from PCI error
recovery.
Thanks,
Long
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-03-14 20:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <200503102304.j2AN4INc018805@snoqualmie.dp.intel.com>
2005-03-11 5:23 ` [PATCH] PCI Express Advanced Error Reporting Driver Greg KH
2005-03-11 18:24 Nguyen, Tom L
2005-03-11 22:49 ` Paul Mackerras
2005-03-14 20:16 Nguyen, Tom L
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®