spdk_bdev_opts Struct Reference

Data Fields

uint32_t bdev_io_pool_size
 
uint32_t bdev_io_cache_size
 
bool bdev_auto_examine
 
uint8_t reserved9 [7]
 
size_t opts_size
 The size of spdk_bdev_opts according to the caller of this library is used for ABI compatibility. More...
 
uint32_t iobuf_small_cache_size
 
uint32_t iobuf_large_cache_size
 

Field Documentation

◆ opts_size

size_t spdk_bdev_opts::opts_size

The size of spdk_bdev_opts according to the caller of this library is used for ABI compatibility.

The library uses this field to know how many fields in this structure are valid. And the library will populate any remaining fields with default values. New added fields should be put at the end of the struct.


The documentation for this struct was generated from the following file: