All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: io-uring@vger.kernel.org
Subject: [PATCHSET 0/2] io_uring tweaks for poll retry
Date: Tue, 28 Apr 2020 13:20:01 -0600	[thread overview]
Message-ID: <20200428192003.12106-1-axboe@kernel.dk> (raw)

Just a few minor tweaks here:

- Base decision on whether we can support async EAGAIN try on a file on
  whether it has ->read_iter or ->write_iter, depending on direction.

- Only force punt to async worker for read/write if we can't poll for
  the retry.

Should go into 5.7.

-- 
Jens Axboe



             reply	other threads:[~2020-04-28 19:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28 19:20 Jens Axboe [this message]
2020-04-28 19:20 ` [PATCH 1/2] io_uring: enable poll retry for any file with ->read_iter / ->write_iter Jens Axboe
2020-04-28 19:20 ` [PATCH 2/2] io_uring: only force async punt if poll based retry can't handle it Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200428192003.12106-1-axboe@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=io-uring@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.