commit | 3c1a2ead915c1bcb7b1f9e902469ea0ee1f7857f | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Feb 11 10:48:03 2021 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Feb 11 10:48:03 2021 -0700 |
tree | 2eb26e63595cc3a43603dfe85386a06f427c9bb0 | |
parent | e68a3ff8c342b655f01f74a577c15605eec9aa12 [diff] |
io_uring: move submit side state closer in the ring We recently added the submit side req cache, but it was placed at the end of the struct. Move it near the other submission state for better memory placement, and reshuffle a few other members at the same time. Signed-off-by: Jens Axboe <axboe@kernel.dk>