mbox series

[for-next,0/2] inline execution ltimeout optimisation

Message ID cover.1701390926.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series inline execution ltimeout optimisation | expand

Message

Pavel Begunkov Dec. 1, 2023, 12:38 a.m. UTC
Patches are not related but put touch adjacent lines. First we improve
a little bit on post issue iopoll checks, and then return back a long
lost linked timeout optimisation.

Pavel Begunkov (2):
  io_uring: don't check iopoll if request completes
  io_uring: optimise ltimeout for inline execution

 io_uring/io_uring.c | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

Comments

Jens Axboe Dec. 3, 2023, 3:22 p.m. UTC | #1
On Fri, 01 Dec 2023 00:38:51 +0000, Pavel Begunkov wrote:
> Patches are not related but put touch adjacent lines. First we improve
> a little bit on post issue iopoll checks, and then return back a long
> lost linked timeout optimisation.
> 
> Pavel Begunkov (2):
>   io_uring: don't check iopoll if request completes
>   io_uring: optimise ltimeout for inline execution
> 
> [...]

Applied, thanks!

[1/2] io_uring: don't check iopoll if request completes
      (no commit info)
[2/2] io_uring: optimise ltimeout for inline execution
      (no commit info)

Best regards,