liburing
liburing copied to clipboard
Trace between blk layer and io_uring
In I/O layer, we can trace from bio submitting to req completing with LBA address. In io_uring, we can trace req with userdata? But it seems an req can not be tarced between io_uring and blk layer. Is there any connection across the two layer?