Seagate / propeller

Customized lvmlockd
GNU General Public License v2.0
4 stars 7 forks source link

Feature/foss 461 add async idm read apis #170

Closed scott-howe-1 closed 1 year ago

scott-howe-1 commented 1 year ago

Added all the NVMe asynchronous read IDM APIs currently present in the current IDM SCSI API interface.

Note: These commands are tested (as much as possible) but are NOT fully functional. Asynchronous NVMe is available in very recent Linux kernels (NVMe URING commands) but is not commonly available. So, other options (like thread pooling) need to be further explored to emulate the async functionality.