mbox series

[v2,0/4] Documentation: update debugfs doc for Hisilicon Accelerator

Message ID 20220104082919.45742-1-yekai13@huawei.com (mailing list archive)
Headers show
Series Documentation: update debugfs doc for Hisilicon Accelerator | expand

Message

yekai (A) Jan. 4, 2022, 8:29 a.m. UTC
Update documentation describing DebugFS for function's QoS limiting.
Add the note that described how to use the function's QoS limiting.

changes v1->v2:
	fixup the documentation format.

Kai Ye (4):
  Documentation: use the tabs on all acc documentation
  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 | 178 +++++++++++---------
 Documentation/ABI/testing/debugfs-hisi-sec  | 146 ++++++++--------
 Documentation/ABI/testing/debugfs-hisi-zip  | 146 ++++++++--------
 3 files changed, 250 insertions(+), 220 deletions(-)

Comments

Greg KH Jan. 6, 2022, 2:40 p.m. UTC | #1
On Tue, Jan 04, 2022 at 04:29:15PM +0800, Kai Ye wrote:
> Update documentation describing DebugFS for function's QoS limiting.
> Add the note that described how to use the function's QoS limiting.
> 
> changes v1->v2:
> 	fixup the documentation format.
> 
> Kai Ye (4):
>   Documentation: use the tabs on all acc documentation
>   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 | 178 +++++++++++---------
>  Documentation/ABI/testing/debugfs-hisi-sec  | 146 ++++++++--------
>  Documentation/ABI/testing/debugfs-hisi-zip  | 146 ++++++++--------
>  3 files changed, 250 insertions(+), 220 deletions(-)
> 
> -- 
> 2.33.0
> 

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Herbert Xu Jan. 28, 2022, 6:21 a.m. UTC | #2
On Tue, Jan 04, 2022 at 04:29:15PM +0800, Kai Ye wrote:
> Update documentation describing DebugFS for function's QoS limiting.
> Add the note that described how to use the function's QoS limiting.
> 
> changes v1->v2:
> 	fixup the documentation format.
> 
> Kai Ye (4):
>   Documentation: use the tabs on all acc documentation
>   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 | 178 +++++++++++---------
>  Documentation/ABI/testing/debugfs-hisi-sec  | 146 ++++++++--------
>  Documentation/ABI/testing/debugfs-hisi-zip  | 146 ++++++++--------
>  3 files changed, 250 insertions(+), 220 deletions(-)

All applied.  Thanks.