We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 883b13a + 8e08615 commit 2b48339Copy full SHA for 2b48339
src/io_type.rs
@@ -25,6 +25,7 @@ pub enum IoType {
25
SeekHole = libspdk::SPDK_BDEV_IO_TYPE_SEEK_HOLE,
26
SeekData = libspdk::SPDK_BDEV_IO_TYPE_SEEK_DATA,
27
Copy = libspdk::SPDK_BDEV_IO_TYPE_COPY,
28
+ NvmeIovMd = libspdk::SPDK_BDEV_IO_TYPE_NVME_IOV_MD,
29
IoNumTypes = libspdk::SPDK_BDEV_NUM_IO_TYPES,
30
}
31
0 commit comments