Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: update debugfs doc for Hisilicon ZIP

Update documentation describing DebugFS for function's QoS limiting.

Signed-off-by: Kai Ye <yekai13@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Kai Ye and committed by
Herbert Xu
f6fb93cc 53576186

+10
+10
Documentation/ABI/testing/debugfs-hisi-zip
··· 26 26 has a QM. Select the QM which below qm refers to. 27 27 Only available for PF. 28 28 29 + What: /sys/kernel/debug/hisi_zip/<bdf>/alg_qos 30 + Date: Jun 2021 31 + Contact: linux-crypto@vger.kernel.org 32 + Description: The <bdf> is related the function for PF and VF. 33 + ZIP driver supports to configure each function's QoS, the driver 34 + supports to write <bdf> value to alg_qos in the host. Such as 35 + "echo <bdf> value > alg_qos". The qos value is 1~1000, means 36 + 1/1000~1000/1000 of total QoS. The driver reading alg_qos to 37 + get related QoS in the host and VM, Such as "cat alg_qos". 38 + 29 39 What: /sys/kernel/debug/hisi_zip/<bdf>/qm/regs 30 40 Date: Nov 2018 31 41 Contact: linux-crypto@vger.kernel.org