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 HPRE

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
68ce6126 f6fb93cc

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