mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
crypto: qat - add support for ring pair level telemetry
Expose through debugfs ring pair telemetry data for QAT GEN4 devices. This allows to gather metrics about the PCIe channel and device TLB for a selected ring pair. It is possible to monitor maximum 4 ring pairs at the time per device. For details, refer to debugfs-driver-qat_telemetry in Documentation/ABI. This patch is based on earlier work done by Wojciech Ziemba. Signed-off-by: Lucas Segarra Fernandez <lucas.segarra.fernandez@intel.com> Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Reviewed-by: Damian Muszynski <damian.muszynski@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
69e7649f7c
commit
eb52707716
@@ -278,6 +278,7 @@ struct adf_hw_device_data {
|
||||
u8 num_logical_accel;
|
||||
u8 num_engines;
|
||||
u32 num_hb_ctrs;
|
||||
u8 num_rps;
|
||||
};
|
||||
|
||||
/* CSR write macro */
|
||||
|
||||
Reference in New Issue
Block a user