Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / Documentation / ABI / testing / sysfs-driver-qat_ras
blob176dea1e9c0aa9684cfc9c15037aecba2277795f
1 What:           /sys/bus/pci/devices/<BDF>/qat_ras/errors_correctable
2 Date:           January 2024
3 KernelVersion:  6.7
4 Contact:        qat-linux@intel.com
5 Description:    (RO) Reports the number of correctable errors detected by the device.
7                 This attribute is only available for qat_4xxx devices.
9 What:           /sys/bus/pci/devices/<BDF>/qat_ras/errors_nonfatal
10 Date:           January 2024
11 KernelVersion:  6.7
12 Contact:        qat-linux@intel.com
13 Description:    (RO) Reports the number of non fatal errors detected by the device.
15                 This attribute is only available for qat_4xxx devices.
17 What:           /sys/bus/pci/devices/<BDF>/qat_ras/errors_fatal
18 Date:           January 2024
19 KernelVersion:  6.7
20 Contact:        qat-linux@intel.com
21 Description:    (RO) Reports the number of fatal errors detected by the device.
23                 This attribute is only available for qat_4xxx devices.
25 What:           /sys/bus/pci/devices/<BDF>/qat_ras/reset_error_counters
26 Date:           January 2024
27 KernelVersion:  6.7
28 Contact:        qat-linux@intel.com
29 Description:    (WO) Write to resets all error counters of a device.
31                 The following example reports how to reset the counters::
33                         # echo 1 > /sys/bus/pci/devices/<BDF>/qat_ras/reset_error_counters
34                         # cat /sys/bus/pci/devices/<BDF>/qat_ras/errors_correctable
35                         0
36                         # cat /sys/bus/pci/devices/<BDF>/qat_ras/errors_nonfatal
37                         0
38                         # cat /sys/bus/pci/devices/<BDF>/qat_ras/errors_fatal
39                         0
41                 This attribute is only available for qat_4xxx devices.