Re: [PATCH 3/3] io_uring: refactor io_sq_offload_create()
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-07-23 17:36:35
Also in:
linux-fsdevel
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-07-23 17:36:35
Also in:
linux-fsdevel
On 7/23/21 11:32 AM, Jens Axboe wrote:
Outside of that, we're not submitting off release, only killing anything pending. The only odd case there is iopoll, but that doesn't resubmit here.
OK perhaps I'm wrong on this one - if we have a pending iopoll request, and we run into the rare case of needing resubmit, we are doing that off the release path and that should not happen. Hence it could potentially happen for iosched and/or low queue depth devices, if you are using a ring for pure polling. I'll patch that up. -- Jens Axboe