Skip to content
Commit c6f32c7d authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring/net: get rid of ->prep_async() for receive side



Move the io_async_msghdr out of the issue path and into prep handling,
since it's now done unconditionally and hence does not need to be part
of the issue path. This reduces the footprint of the multishot fast
path of multiple invocations of ->issue() per prep, and also means that
using ->prep_async() can be dropped for recvmsg asthis is now done via
setup on the prep side.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 3ba8345a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment