SYNC I/O only in SPDK NVME support?
17 Feb
2020
17 Feb
'20
7:13 a.m.
I read NVMEDevice.cc code. However, one thing I am not quite sure of why aio_submit is waiting for all IO finished before it returns. This implies that any AIO thread does the IO in sync mode. Looking at the following code path: aio_submit -> _aio_handle, inside _aio_handle, the code loop and wait if num_running > 0. Is my reading correct? Is this intentional? If so, why? Appreciate if someone can help me understand this. -- -Howard
2398
Age (days ago)
2398
Last active (days ago)
0 comments
1 participants
participants (1)
-
Howard Su