commit | 69fb21310fd36aad96370e05953f2c2366f492e4 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Sep 14 11:16:23 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 30 20:32:33 2020 -0600 |
tree | 1b1ceba18d06505e7fc74b19814c51d63e1d6116 | |
parent | 534ca6d684f1feaf2edd90e641129725cba7e86d [diff] |
io_uring: base SQPOLL handling off io_sq_data Remove the SQPOLL thread from the ctx, and use the io_sq_data as the data structure we pass in. io_sq_data has a list of ctx's that we can then iterate over and handle. As of now we're ready to handle multiple ctx's, though we're still just handling a single one after this patch. Signed-off-by: Jens Axboe <axboe@kernel.dk>