All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Documentation: update debugfs doc for Hisilicon Accelerator
@ 2021-12-25  6:27 Kai Ye
  2021-12-25  6:27 ` [PATCH 1/3] Documentation: update debugfs doc for Hisilicon SEC Kai Ye
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kai Ye @ 2021-12-25  6:27 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto, linux-kernel, wangzhou1, xuzaibo, yekai13

Update documentation describing DebugFS for function's QoS limiting.
Add the note that described how to use the function's QoS limiting.

Kai Ye (3):
  Documentation: update debugfs doc for Hisilicon SEC
  Documentation: update debugfs doc for Hisilicon ZIP
  Documentation: update debugfs doc for Hisilicon HPRE

 Documentation/ABI/testing/debugfs-hisi-hpre | 10 ++++++++++
 Documentation/ABI/testing/debugfs-hisi-sec  | 10 ++++++++++
 Documentation/ABI/testing/debugfs-hisi-zip  | 10 ++++++++++
 3 files changed, 30 insertions(+)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/3] Documentation: update debugfs doc for Hisilicon SEC
  2021-12-25  6:27 [PATCH 0/3] Documentation: update debugfs doc for Hisilicon Accelerator Kai Ye
@ 2021-12-25  6:27 ` Kai Ye
  2021-12-26 10:45   ` Greg KH
  2021-12-25  6:27 ` [PATCH 2/3] Documentation: update debugfs doc for Hisilicon ZIP Kai Ye
  2021-12-25  6:27 ` [PATCH 3/3] Documentation: update debugfs doc for Hisilicon HPRE Kai Ye
  2 siblings, 1 reply; 6+ messages in thread
From: Kai Ye @ 2021-12-25  6:27 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto, linux-kernel, wangzhou1, xuzaibo, yekai13

Update documentation describing DebugFS for function's QoS limiting.

Signed-off-by: Kai Ye <yekai13@huawei.com>
---
 Documentation/ABI/testing/debugfs-hisi-sec | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/ABI/testing/debugfs-hisi-sec b/Documentation/ABI/testing/debugfs-hisi-sec
index 85feb4408e0f..9e50ceab94d2 100644
--- a/Documentation/ABI/testing/debugfs-hisi-sec
+++ b/Documentation/ABI/testing/debugfs-hisi-sec
@@ -14,6 +14,16 @@ Description:    One SEC controller has one PF and multiple VFs, each function
 		qm refers to.
 		Only available for PF.
 
+What:           /sys/kernel/debug/hisi_sec2/<bdf>/alg_qos
+Date:           Jun 2021
+Contact:        linux-crypto@vger.kernel.org
+Description:	The <bdf> is related the function for PF and VF.
+		SEC driver supports to configure each function's QoS, the driver
+		supports to write <bdf> value to alg_qos in the host. Such as
+		"echo <bdf> value > alg_qos". The qos value is 1~1000, means
+		1/1000~1000/1000 of total QoS. The driver reading alg_qos to
+		get related QoS in the host and VM, Such as "cat alg_qos".
+
 What:           /sys/kernel/debug/hisi_sec2/<bdf>/qm/qm_regs
 Date:           Oct 2019
 Contact:        linux-crypto@vger.kernel.org
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/3] Documentation: update debugfs doc for Hisilicon ZIP
  2021-12-25  6:27 [PATCH 0/3] Documentation: update debugfs doc for Hisilicon Accelerator Kai Ye
  2021-12-25  6:27 ` [PATCH 1/3] Documentation: update debugfs doc for Hisilicon SEC Kai Ye
@ 2021-12-25  6:27 ` Kai Ye
  2021-12-25  6:27 ` [PATCH 3/3] Documentation: update debugfs doc for Hisilicon HPRE Kai Ye
  2 siblings, 0 replies; 6+ messages in thread
From: Kai Ye @ 2021-12-25  6:27 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto, linux-kernel, wangzhou1, xuzaibo, yekai13

Update documentation describing DebugFS for function's QoS limiting.

Signed-off-by: Kai Ye <yekai13@huawei.com>
---
 Documentation/ABI/testing/debugfs-hisi-zip | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/ABI/testing/debugfs-hisi-zip b/Documentation/ABI/testing/debugfs-hisi-zip
index 3034a2bf99ca..aff2edc24c94 100644
--- a/Documentation/ABI/testing/debugfs-hisi-zip
+++ b/Documentation/ABI/testing/debugfs-hisi-zip
@@ -26,6 +26,16 @@ Description:    One ZIP controller has one PF and multiple VFs, each function
 		has a QM. Select the QM which below qm refers to.
 		Only available for PF.
 
+What:           /sys/kernel/debug/hisi_zip/<bdf>/alg_qos
+Date:           Jun 2021
+Contact:        linux-crypto@vger.kernel.org
+Description:	The <bdf> is related the function for PF and VF.
+		ZIP driver supports to configure each function's QoS, the driver
+		supports to write <bdf> value to alg_qos in the host. Such as
+		"echo <bdf> value > alg_qos". The qos value is 1~1000, means
+		1/1000~1000/1000 of total QoS. The driver reading alg_qos to
+		get related QoS in the host and VM, Such as "cat alg_qos".
+
 What:           /sys/kernel/debug/hisi_zip/<bdf>/qm/regs
 Date:           Nov 2018
 Contact:        linux-crypto@vger.kernel.org
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/3] Documentation: update debugfs doc for Hisilicon HPRE
  2021-12-25  6:27 [PATCH 0/3] Documentation: update debugfs doc for Hisilicon Accelerator Kai Ye
  2021-12-25  6:27 ` [PATCH 1/3] Documentation: update debugfs doc for Hisilicon SEC Kai Ye
  2021-12-25  6:27 ` [PATCH 2/3] Documentation: update debugfs doc for Hisilicon ZIP Kai Ye
@ 2021-12-25  6:27 ` Kai Ye
  2 siblings, 0 replies; 6+ messages in thread
From: Kai Ye @ 2021-12-25  6:27 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto, linux-kernel, wangzhou1, xuzaibo, yekai13

Update documentation describing DebugFS for function's QoS limiting.

Signed-off-by: Kai Ye <yekai13@huawei.com>
---
 Documentation/ABI/testing/debugfs-hisi-hpre | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/ABI/testing/debugfs-hisi-hpre b/Documentation/ABI/testing/debugfs-hisi-hpre
index b4be5f1db4b7..8199a754c8c4 100644
--- a/Documentation/ABI/testing/debugfs-hisi-hpre
+++ b/Documentation/ABI/testing/debugfs-hisi-hpre
@@ -27,6 +27,16 @@ Description:    One HPRE controller has one PF and multiple VFs, each function
 		has a QM. Select the QM which below qm refers to.
 		Only available for PF.
 
+What:           /sys/kernel/debug/hisi_hpre/<bdf>/alg_qos
+Date:           Jun 2021
+Contact:        linux-crypto@vger.kernel.org
+Description:	The <bdf> is related the function for PF and VF.
+		HPRE driver supports to configure each function's QoS, the driver
+		supports to write <bdf> value to alg_qos in the host. Such as
+		"echo <bdf> value > alg_qos". The qos value is 1~1000, means
+		1/1000~1000/1000 of total QoS. The driver reading alg_qos to
+		get related QoS in the host and VM, Such as "cat alg_qos".
+
 What:           /sys/kernel/debug/hisi_hpre/<bdf>/regs
 Date:           Sep 2019
 Contact:        linux-crypto@vger.kernel.org
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/3] Documentation: update debugfs doc for Hisilicon SEC
  2021-12-25  6:27 ` [PATCH 1/3] Documentation: update debugfs doc for Hisilicon SEC Kai Ye
@ 2021-12-26 10:45   ` Greg KH
  2022-01-04  6:46     ` yekai(A)
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2021-12-26 10:45 UTC (permalink / raw)
  To: Kai Ye; +Cc: herbert, linux-crypto, linux-kernel, wangzhou1, xuzaibo

On Sat, Dec 25, 2021 at 02:27:16PM +0800, Kai Ye wrote:
> Update documentation describing DebugFS for function's QoS limiting.
> 
> Signed-off-by: Kai Ye <yekai13@huawei.com>
> ---
>  Documentation/ABI/testing/debugfs-hisi-sec | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/Documentation/ABI/testing/debugfs-hisi-sec b/Documentation/ABI/testing/debugfs-hisi-sec
> index 85feb4408e0f..9e50ceab94d2 100644
> --- a/Documentation/ABI/testing/debugfs-hisi-sec
> +++ b/Documentation/ABI/testing/debugfs-hisi-sec
> @@ -14,6 +14,16 @@ Description:    One SEC controller has one PF and multiple VFs, each function
>  		qm refers to.
>  		Only available for PF.
>  
> +What:           /sys/kernel/debug/hisi_sec2/<bdf>/alg_qos
> +Date:           Jun 2021
> +Contact:        linux-crypto@vger.kernel.org

No tabs?  Why not?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/3] Documentation: update debugfs doc for Hisilicon SEC
  2021-12-26 10:45   ` Greg KH
@ 2022-01-04  6:46     ` yekai(A)
  0 siblings, 0 replies; 6+ messages in thread
From: yekai(A) @ 2022-01-04  6:46 UTC (permalink / raw)
  To: Greg KH; +Cc: herbert, linux-crypto, linux-kernel, wangzhou1, xuzaibo



On 2021/12/26 18:45, Greg KH wrote:
> On Sat, Dec 25, 2021 at 02:27:16PM +0800, Kai Ye wrote:
>> Update documentation describing DebugFS for function's QoS limiting.
>>
>> Signed-off-by: Kai Ye <yekai13@huawei.com>
>> ---
>>  Documentation/ABI/testing/debugfs-hisi-sec | 10 ++++++++++
>>  1 file changed, 10 insertions(+)
>>
>> diff --git a/Documentation/ABI/testing/debugfs-hisi-sec b/Documentation/ABI/testing/debugfs-hisi-sec
>> index 85feb4408e0f..9e50ceab94d2 100644
>> --- a/Documentation/ABI/testing/debugfs-hisi-sec
>> +++ b/Documentation/ABI/testing/debugfs-hisi-sec
>> @@ -14,6 +14,16 @@ Description:    One SEC controller has one PF and multiple VFs, each function
>>  		qm refers to.
>>  		Only available for PF.
>>
>> +What:           /sys/kernel/debug/hisi_sec2/<bdf>/alg_qos
>> +Date:           Jun 2021
>> +Contact:        linux-crypto@vger.kernel.org
>
> No tabs?  Why not?
>
> thanks,
>
> greg k-h
> .
>

I'm read the way it was written before,
i will use the tabs on all Hisilicon Accelerator documentation.

thanks
Kai.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-04  6:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-25  6:27 [PATCH 0/3] Documentation: update debugfs doc for Hisilicon Accelerator Kai Ye
2021-12-25  6:27 ` [PATCH 1/3] Documentation: update debugfs doc for Hisilicon SEC Kai Ye
2021-12-26 10:45   ` Greg KH
2022-01-04  6:46     ` yekai(A)
2021-12-25  6:27 ` [PATCH 2/3] Documentation: update debugfs doc for Hisilicon ZIP Kai Ye
2021-12-25  6:27 ` [PATCH 3/3] Documentation: update debugfs doc for Hisilicon HPRE Kai Ye

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.