Skip to content

Commit f9c4923

Browse files
vijaysundarsherbertx
authored andcommitted
Documentation: qat: update debugfs-driver-qat_telemetry for GEN6 devices
Expands telemetry documentation for supporting QAT GEN6 device. Introduces new parameters to capture compression, decompression slice utilization and execution count. Co-developed-by: George Abraham P <george.abraham.p@intel.com> Signed-off-by: George Abraham P <george.abraham.p@intel.com> Signed-off-by: Vijay Sundar Selvamani <vijay.sundar.selvamani@intel.com> Signed-off-by: Suman Kumar Chakraborty <suman.kumar.chakraborty@intel.com> Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent c6b012a commit f9c4923

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Documentation/ABI/testing/debugfs-driver-qat_telemetry

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Description: (RW) Enables/disables the reporting of telemetry metrics.
3232

3333
echo 0 > /sys/kernel/debug/qat_4xxx_0000:6b:00.0/telemetry/control
3434

35-
This attribute is only available for qat_4xxx devices.
35+
This attribute is only available for qat_4xxx and qat_6xxx devices.
3636

3737
What: /sys/kernel/debug/qat_<device>_<BDF>/telemetry/device_data
3838
Date: March 2024
@@ -67,6 +67,10 @@ Description: (RO) Reports device telemetry counters.
6767
exec_xlt<N> execution count of Translator slice N
6868
util_dcpr<N> utilization of Decompression slice N [%]
6969
exec_dcpr<N> execution count of Decompression slice N
70+
util_cnv<N> utilization of Compression and verify slice N [%]
71+
exec_cnv<N> execution count of Compression and verify slice N
72+
util_dcprz<N> utilization of Decompression slice N [%]
73+
exec_dcprz<N> execution count of Decompression slice N
7074
util_pke<N> utilization of PKE N [%]
7175
exec_pke<N> execution count of PKE N
7276
util_ucs<N> utilization of UCS slice N [%]
@@ -100,7 +104,7 @@ Description: (RO) Reports device telemetry counters.
100104
If a device lacks of a specific accelerator, the corresponding
101105
attribute is not reported.
102106

103-
This attribute is only available for qat_4xxx devices.
107+
This attribute is only available for qat_4xxx and qat_6xxx devices.
104108

105109
What: /sys/kernel/debug/qat_<device>_<BDF>/telemetry/rp_<A/B/C/D>_data
106110
Date: March 2024
@@ -225,4 +229,4 @@ Description: (RW) Selects up to 4 Ring Pairs (RP) to monitor, one per file,
225229
``rp2srv`` from sysfs.
226230
See Documentation/ABI/testing/sysfs-driver-qat for details.
227231

228-
This attribute is only available for qat_4xxx devices.
232+
This attribute is only available for qat_4xxx and qat_6xxx devices.

0 commit comments

Comments
 (0)