Hidetoshi Seto
79e4b89be8
PCI: pcie, aer: change error print format
Use dev_printk like format.
Sample (real machine + dummy error injected by aer-inject):
- Before:
+------ PCI-Express Device Error ------+
Error Severity : Corrected
PCIE Bus Error type : Data Link Layer
Bad TLP :
Receiver ID : 2800
VendorID=8086h, DeviceID=1096h, Bus=28h, Device=00h, Function=00h
+------ PCI-Express Device Error ------+
Error Severity : Corrected
PCIE Bus Error type : Data Link Layer
Bad TLP :
Bad DLLP :
Receiver ID : 2801
VendorID=8086h, DeviceID=1096h, Bus=28h, Device=00h, Function=01h
Error of this Agent(2801) is reported first
- After:
pcieport-driver 0000:00:02.0: AER: Multiple Corrected error received: id=2801
e1000e 0000:28:00.0: PCIE Bus Error: severity=Corrected, type=Data Link Layer, id=2800(Receiver ID)
e1000e 0000:28:00.0: device [8086:1096] error status/mask=00000040/00000000
e1000e 0000:28:00.0: [ 6] Bad TLP
e1000e 0000:28:00.1: PCIE Bus Error: severity=Corrected, type=Data Link Layer, id=2801(Receiver ID)
e1000e 0000:28:00.1: device [8086:1096] error status/mask=000000c0/00000000
e1000e 0000:28:00.1: [ 6] Bad TLP
e1000e 0000:28:00.1: [ 7] Bad DLLP
e1000e 0000:28:00.1: Error of this Agent(2801) is reported first
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2009-09-09 13:50:05 -07:00
..
2009-09-09 13:29:50 -07:00
2009-09-09 13:50:05 -07:00
2005-10-18 08:26:15 -07:00
2009-06-16 14:29:33 -07:00
2009-06-16 14:30:13 -07:00
2009-05-18 14:45:13 +01:00
2008-03-04 15:07:03 -08:00
2007-10-12 14:51:01 -07:00
2009-05-12 12:17:36 +02:00
2009-08-06 11:35:50 +01:00
2009-06-23 22:09:17 +01:00
2009-06-23 22:09:17 +01:00
2009-08-30 08:37:25 -07:00
2009-07-01 11:19:29 -07:00
2009-01-07 11:12:23 -08:00
2009-03-20 10:48:22 -07:00
2009-09-09 13:29:25 -07:00
2009-09-09 13:29:25 -07:00
2009-09-09 13:29:35 -07:00
2009-06-29 12:15:19 -07:00
2009-04-05 02:14:15 -04:00
2009-09-09 13:43:58 -07:00
2009-09-09 13:44:34 -07:00
2009-09-09 13:29:24 -07:00
2009-09-09 13:29:36 -07:00
2009-09-09 13:29:24 -07:00
2009-09-09 13:29:27 -07:00
2009-01-07 11:13:01 -08:00
2009-09-09 13:29:43 -07:00
2009-06-11 12:04:19 -07:00
2009-02-13 12:01:56 -08:00
2009-09-09 13:29:25 -07:00
2009-08-30 08:37:25 -07:00
2008-06-25 16:05:13 -07:00
2009-09-09 13:29:20 -07:00
2009-06-29 12:13:56 -07:00
2009-07-12 12:22:34 -07:00