mbox series

[liburing,0/8] region test fixes + improvements

Message ID cover.1731792294.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series region test fixes + improvements | expand

Message

Pavel Begunkov Nov. 16, 2024, 9:27 p.m. UTC
Some tests are effectively ignored because of bugs, fix it. While
at it, improve it a bit and add tests for different region sizes.
Not very improtant for now but it'll be once the kernel has huge
page and other optimisations.

Pavel Begunkov (8):
  test/reg-wait: fix test_regions
  test/reg-wait: pass right timeout indexes
  test/reg-wait: use queried page_size
  test/reg-wait: skip when R_DISABLED is not supported
  test/reg-wait: dedup regwait init
  test/reg-wait: parameterise test_offsets
  test/reg-wait: add registration helper
  test/reg-wait: test various sized regions

 test/reg-wait.c | 222 +++++++++++++++++++++++++++++++++---------------
 1 file changed, 153 insertions(+), 69 deletions(-)

Comments

Jens Axboe Nov. 17, 2024, 4:03 p.m. UTC | #1
On Sat, 16 Nov 2024 21:27:40 +0000, Pavel Begunkov wrote:
> Some tests are effectively ignored because of bugs, fix it. While
> at it, improve it a bit and add tests for different region sizes.
> Not very improtant for now but it'll be once the kernel has huge
> page and other optimisations.
> 
> Pavel Begunkov (8):
>   test/reg-wait: fix test_regions
>   test/reg-wait: pass right timeout indexes
>   test/reg-wait: use queried page_size
>   test/reg-wait: skip when R_DISABLED is not supported
>   test/reg-wait: dedup regwait init
>   test/reg-wait: parameterise test_offsets
>   test/reg-wait: add registration helper
>   test/reg-wait: test various sized regions
> 
> [...]

Applied, thanks!

[1/8] test/reg-wait: fix test_regions
      commit: 2da94b9c3f16906e8b85c6a3bdbd842cedcba716
[2/8] test/reg-wait: pass right timeout indexes
      commit: 2a11ca289f26d8fb624534259f1fb75b94971e21
[3/8] test/reg-wait: use queried page_size
      commit: c4e792a8cb5836673d9654742cfb25d881958ba5
[4/8] test/reg-wait: skip when R_DISABLED is not supported
      commit: 4a1a872388defba685596709911ebc06530146a3
[5/8] test/reg-wait: dedup regwait init
      commit: 2f002f396e575f4ed2a8afbe2e10fea006773e00
[6/8] test/reg-wait: parameterise test_offsets
      commit: a2c742d8cb8ddd97348ed44f4cdd6f18f781aa8a
[7/8] test/reg-wait: add registration helper
      commit: 414c6a8f9c63d702f5c248d728693e027802b9af
[8/8] test/reg-wait: test various sized regions
      commit: f113218015556f41f3f06a6ffc07b194dfbf209c

Best regards,