From: long <tlnguyen@snoqualmie.dp.intel.com>
To: linux-kernel@vger.kernel.org, linux-pci@atrey.karlin.mff.cuni.cz
Cc: greg@kroah.com, tom.l.nguyen@intel.com
Subject: [PATCH 0/6] PCI Express Advanced Error Reporting Driver
Date: Fri, 11 Mar 2005 16:10:28 -0800 [thread overview]
Message-ID: <200503120010.j2C0AS4Q020291@snoqualmie.dp.intel.com> (raw)
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.
The PCI Express Advanced Error Reporting driver is a PCI Express Bus's
service driver to handle Advanced Error Reporting on Root Ports. The
PCI Express AER Root driver provides the following functions:
- A mechanism to allow a driver of a PCI Express component to
register/un-register its AER aware callback handle with the
PCI Express AER Root driver. This mechanism is provided as
an option to allow the PCI Express AER Root driver to query
the PCI Express component device driver to determine more
precisely which error and what severity occurred.
- A mechanism to process the error reporting message detected
by Root Ports, and
- Report the errors to user.
This patchset, which is based on Linux kernel 2.6.11-rc5, consists
of patches in numeric order as they should be applied.
[PATCH 1/6] <- first patch to be applied
[PATCH 2/6] <- second patch to be applied
[PATCH 3/6] <- third patch to be applied
[PATCH 4/6] <- fourth patch to be applied
[PATCH 5/6] <- fifth patch to be applied
[PATCH 6/6] <- last patch to be applied
Please send us any suggestions, feedback, comments or alternative
designs.
Signed-off-by: T. Long Nguyen <tom.l.nguyen@intel.com>
--------------------------------------------------------------------
next prev reply other threads:[~2005-03-11 22:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-15 18:33 [PATCH 5/6] PCI Express Advanced Error Reporting Driver Nguyen, Tom L
2005-03-12 0:10 ` long [this message]
2005-03-12 7:20 ` [PATCH 0/6] " Greg KH
2005-03-15 20:11 ` Grant Grundler
2005-03-16 2:12 ` Grant Grundler
2005-03-16 2:24 ` Greg KH
2005-03-18 18:26 ` Grant Grundler
-- strict thread matches above, loose matches on Subject: below --
2005-03-18 18:44 Nguyen, Tom L
2005-03-15 22:41 Nguyen, Tom L
2005-03-15 21:54 Nguyen, Tom L
2005-03-15 22:38 ` Grant Grundler
2005-03-14 18:34 Nguyen, Tom L
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=200503120010.j2C0AS4Q020291@snoqualmie.dp.intel.com \
--to=tlnguyen@snoqualmie.dp.intel.com \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@atrey.karlin.mff.cuni.cz \
--cc=tom.l.nguyen@intel.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.