commit | 5a2e745d4d430c4dbeeeb448c3d5c0c3109e511e | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sun Feb 23 16:23:11 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Mar 04 11:49:14 2020 -0700 |
tree | c8e82658742fe76e6e5332c9a4f9d8b8fbe5dc1d | |
parent | e9fd939654f17651ff65e7e55aa6934d29eb4335 [diff] |
io_uring: buffer registration infrastructure This just prepares the ring for having lists of buffers associated with it, that the application can provide for SQEs to consume instead of providing their own. The buffers are organized by group ID. Signed-off-by: Jens Axboe <axboe@kernel.dk>