On 2/24/25 21:31, Keith Busch wrote:
From: Keith Busch <kbusch@xxxxxxxxxx> Provide new operations for the user to request mapping an active request to an io uring instance's buf_table. The user has to provide the index it wants to install the buffer.
Do we ever fail requests here? I don't see any result propagation. E.g. what if the ublk server fail, either being killed or just an io_uring request using the buffer failed? Looking at __ublk_complete_rq(), shouldn't someone set struct ublk_io::res? io_uring plumbing lgtm -- Pavel Begunkov