mbox series

[liburing,0/3] test lazy poll wq activation

Message ID cover.1673886955.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series test lazy poll wq activation | expand

Message

Pavel Begunkov Jan. 16, 2023, 4:46 p.m. UTC
Some tests around DEFER_TASKRUN and lazy poll activation, with
3/3 specifically testing the feature with disabled.

Pavel Begunkov (3):
  tests: refactor poll-many.c
  tests: test DEFER_TASKRUN in poll-many
  tests: lazy pollwq activation for disabled rings

 test/poll-many.c | 60 ++++++++++++++++++++----------
 test/poll.c      | 96 ++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 130 insertions(+), 26 deletions(-)

Comments

Jens Axboe Jan. 16, 2023, 5:49 p.m. UTC | #1
On Mon, 16 Jan 2023 16:46:06 +0000, Pavel Begunkov wrote:
> Some tests around DEFER_TASKRUN and lazy poll activation, with
> 3/3 specifically testing the feature with disabled.
> 
> Pavel Begunkov (3):
>   tests: refactor poll-many.c
>   tests: test DEFER_TASKRUN in poll-many
>   tests: lazy pollwq activation for disabled rings
> 
> [...]

Applied, thanks!

[1/3] tests: refactor poll-many.c
      commit: cfd00c3bfe18452a06792b7269a59d269f62d637
[2/3] tests: test DEFER_TASKRUN in poll-many
      commit: a2ab37070b9453e43a94b88878ec3a4d780a4ba6
[3/3] tests: lazy pollwq activation for disabled rings
      commit: 849f5ba89b0d1ccf9d825160bf8560ad9901c48b

Best regards,