Re: [f2fs-dev] [PATCH] f2fs: enable nowait async buffered writes

2023-06-08 Thread Chao Yu
On 2023/6/6 19:13, Yangtao Li wrote: On 2023/6/6 14:43, Chao Yu wrote: On 2023/5/31 22:40, Yangtao Li wrote: This adds the async buffered write support to f2fs, the following is the relevant test data. Yangtao, Could you please provide detailed test command? Use fio to test, the followin

Re: [f2fs-dev] [PATCH] f2fs: enable nowait async buffered writes

2023-06-06 Thread Yangtao Li via Linux-f2fs-devel
On 2023/6/6 14:43, Chao Yu wrote: On 2023/5/31 22:40, Yangtao Li wrote: This adds the async buffered write support to f2fs, the following is the relevant test data. Yangtao, Could you please provide detailed test command? Use fio to test, the following is the configuration: # io_uring [g

Re: [f2fs-dev] [PATCH] f2fs: enable nowait async buffered writes

2023-06-05 Thread Chao Yu
On 2023/5/31 22:40, Yangtao Li wrote: This adds the async buffered write support to f2fs, the following is the relevant test data. Yangtao, Could you please provide detailed test command? Thanks, iodepth | 1| 2| 4| 8| 16 | before(M/s) | 1012 | 1133 | 894 | 981 | 8

[f2fs-dev] [PATCH] f2fs: enable nowait async buffered writes

2023-05-31 Thread Yangtao Li via Linux-f2fs-devel
This adds the async buffered write support to f2fs, the following is the relevant test data. iodepth | 1| 2| 4| 8| 16 | before(M/s) | 1012 | 1133 | 894 | 981 | 866 | after(M/s) | 1488 | 1896 | 2081 | 2188 | 2207 | Signed-off-by: Lu Hongfei Signed-off-by: Yangtao Li