commit | 40725d1b960f19a11a1ebd1ab537844ebf39347c | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Fri Nov 04 10:59:45 2022 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 21 07:38:31 2022 -0700 |
tree | 764d4e8ba38c563b9a2d7f7dde7df42b26792079 | |
parent | bedd20bcf3b08c5d2f03f30a83a10022bde5e596 [diff] |
io_uring: move zc reporting from the hot path Add custom tw and notif callbacks on top of usual bits also handling zc reporting. That moves it from the hot path. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/40de4a6409042478e1f35adc4912e23226cb1b5c.1667557923.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>