brintos

brintos / linux-shallow public Read only

0
0
Text · 1.3 KiB · 176dea1 Raw
42 lines · plain
1What:		/sys/bus/pci/devices/<BDF>/qat_ras/errors_correctable2Date:		January 20243KernelVersion:	6.74Contact:	qat-linux@intel.com5Description:	(RO) Reports the number of correctable errors detected by the device.6 7		This attribute is only available for qat_4xxx devices.8 9What:		/sys/bus/pci/devices/<BDF>/qat_ras/errors_nonfatal10Date:		January 202411KernelVersion:	6.712Contact:	qat-linux@intel.com13Description:	(RO) Reports the number of non fatal errors detected by the device.14 15		This attribute is only available for qat_4xxx devices.16 17What:		/sys/bus/pci/devices/<BDF>/qat_ras/errors_fatal18Date:		January 202419KernelVersion:	6.720Contact:	qat-linux@intel.com21Description:	(RO) Reports the number of fatal errors detected by the device.22 23		This attribute is only available for qat_4xxx devices.24 25What:		/sys/bus/pci/devices/<BDF>/qat_ras/reset_error_counters26Date:		January 202427KernelVersion:	6.728Contact:	qat-linux@intel.com29Description:	(WO) Write to resets all error counters of a device.30 31		The following example reports how to reset the counters::32 33			# echo 1 > /sys/bus/pci/devices/<BDF>/qat_ras/reset_error_counters34			# cat /sys/bus/pci/devices/<BDF>/qat_ras/errors_correctable35			036			# cat /sys/bus/pci/devices/<BDF>/qat_ras/errors_nonfatal37			038			# cat /sys/bus/pci/devices/<BDF>/qat_ras/errors_fatal39			040 41		This attribute is only available for qat_4xxx devices.42