Re: [RFC PATCH 2/2] tests: Add dirty page rate limit test

2022-03-10 Thread Hyman
在 2022/3/10 16:29, Peter Xu 写道: On Wed, Mar 09, 2022 at 11:58:01PM +0800, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) Add dirty page rate limit test if kernel support dirty ring, create a standalone file to implement the test case. Thanks for writting this test case. Signed-o

Re: [RFC PATCH 2/2] tests: Add dirty page rate limit test

2022-03-10 Thread Peter Xu
On Wed, Mar 09, 2022 at 11:58:01PM +0800, huang...@chinatelecom.cn wrote: > From: Hyman Huang(黄勇) > > Add dirty page rate limit test if kernel support dirty ring, > create a standalone file to implement the test case. Thanks for writting this test case. > > Signed-off-by: Hyman Huang(黄勇) > --

[RFC PATCH 2/2] tests: Add dirty page rate limit test

2022-03-09 Thread huangy81
From: Hyman Huang(黄勇) Add dirty page rate limit test if kernel support dirty ring, create a standalone file to implement the test case. Signed-off-by: Hyman Huang(黄勇) --- tests/qtest/dirtylimit-test.c | 288 ++ tests/qtest/meson.build | 2 + 2 fi