Re: [PATCH v9] erofs: support deflate decompress by using Intel QAT

2025-05-22 Thread Gao Xiang
On Thu, May 22, 2025 at 05:52:32PM +0800, Gao Xiang wrote: > > > On 2025/5/22 17:49, Bo Liu wrote: > > This patch introdueces the use of the Intel QAT to decompress compressed > > data in the EROFS filesystem, aiming to improve the decompression speed > > of compressed datea. > > > > We created

[PATCH v9] erofs: support deflate decompress by using Intel QAT

2025-05-22 Thread Bo Liu
This patch introdueces the use of the Intel QAT to decompress compressed data in the EROFS filesystem, aiming to improve the decompression speed of compressed datea. We created a 285MiB compressed file and then used the following command to create EROFS images with different cluster size. # m

Re: [PATCH v9] erofs: support deflate decompress by using Intel QAT

2025-05-22 Thread Gao Xiang
On 2025/5/22 17:49, Bo Liu wrote: This patch introdueces the use of the Intel QAT to decompress compressed data in the EROFS filesystem, aiming to improve the decompression speed of compressed datea. We created a 285MiB compressed file and then used the following command to create EROFS image

Re: [PATCH v5] erofs: support deflate decompress by using Intel QAT

2025-05-22 Thread Gao Xiang
Hi Bo, On 2025/5/22 14:16, Bo Liu wrote: This patch introdueces the use of the Intel QAT to decompress compressed data in the EROFS filesystem, aiming to improve the decompression speed of compressed datea. We created a 285MiB compressed file and then used the following command to create EROFS

RE: [PATCH v5] erofs: support deflate decompress by using Intel QAT

2025-05-22 Thread 刘波
>-Original Message- >From: Gao Xiang >Sent: Thursday, May 22, 2025 3:54 PM >To: Bo Liu (刘波)-浪潮信息 ; xi...@kernel.org; >c...@kernel.org >Cc: linux-erofs@lists.ozlabs.org; linux-ker...@vger.kernel.org >Subject: Re: [PATCH v5] erofs: support deflate decompress by using Intel QAT > >Hi Bo, >

[PATCH v6] erofs: support deflate decompress by using Intel QAT

2025-05-22 Thread Bo Liu
This patch introdueces the use of the Intel QAT to decompress compressed data in the EROFS filesystem, aiming to improve the decompression speed of compressed datea. We created a 285MiB compressed file and then used the following command to create EROFS images with different cluster size. # m

Re: [PATCH v6] erofs: support deflate decompress by using Intel QAT

2025-05-22 Thread Gao Xiang
On 2025/5/22 16:14, Bo Liu wrote: ... + +static int __z_erofs_crypto_decompress(struct z_erofs_decompress_req *rq, + struct crypto_acomp *tfm) +{ + struct sg_table st_src, st_dst; + struct acomp_req *req; + struct crypto_wait wait; + u8 *

RE: [PATCH v6] erofs: support deflate decompress by using Intel QAT

2025-05-22 Thread 刘波
>-Original Message- >From: Gao Xiang >Sent: Thursday, May 22, 2025 4:34 PM >To: Bo Liu (刘波)-浪潮信息 ; xi...@kernel.org; >c...@kernel.org >Cc: linux-erofs@lists.ozlabs.org; linux-ker...@vger.kernel.org >Subject: Re: [PATCH v6] erofs: support deflate decompress by using Intel QAT > > > >On 20

[PATCH v7] erofs: support deflate decompress by using Intel QAT

2025-05-22 Thread Bo Liu
This patch introdueces the use of the Intel QAT to decompress compressed data in the EROFS filesystem, aiming to improve the decompression speed of compressed datea. We created a 285MiB compressed file and then used the following command to create EROFS images with different cluster size. # m

[PATCH v8] erofs: support deflate decompress by using Intel QAT

2025-05-22 Thread Bo Liu
This patch introdueces the use of the Intel QAT to decompress compressed data in the EROFS filesystem, aiming to improve the decompression speed of compressed datea. We created a 285MiB compressed file and then used the following command to create EROFS images with different cluster size. # m

[PATCH] erofs: clean up erofs_{init,exit}_sysfs()

2025-05-22 Thread Gao Xiang
Get rid of useless `goto`s. No logic changes. Signed-off-by: Gao Xiang --- fs/erofs/sysfs.c | 32 +--- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/fs/erofs/sysfs.c b/fs/erofs/sysfs.c index dad4e6c6c155..c6650350c4cd 100644 --- a/fs/erofs/sysfs.c +

Re: [PATCH v8] erofs: support deflate decompress by using Intel QAT

2025-05-22 Thread Gao Xiang
On 2025/5/22 16:47, Bo Liu wrote: ... diff --git a/Documentation/ABI/testing/sysfs-fs-erofs b/Documentation/ABI/testing/sysfs-fs-erofs index b134146d735b..4d024f043ea1 100644 --- a/Documentation/ABI/testing/sysfs-fs-erofs +++ b/Documentation/ABI/testing/sysfs-fs-erofs @@ -27,3 +27,12 @@ De