Data Fields | ||
| size_t | opts_size | |
| The size of spdk_nvmf_subsystem_opts according to the caller of this library is used for ABI compatibility. | ||
| enum spdk_nvmf_subtype | type | |
| union { | ||
| uint32_t max_namespaces | ||
| uint32_t max_nsid | ||
| }; | ||
| char | sn [SPDK_NVME_CTRLR_SN_LEN+1] | |
| char | mn [SPDK_NVME_CTRLR_MN_LEN+1] | |
| bool | ana_reporting | |
| bool | passthrough | |
| bool | enable_nssr | |
| uint8_t | reserved81 [2] | |
| uint8_t | wzsl | |
| uint32_t | dmrsl | |
| size_t spdk_nvmf_subsystem_opts::opts_size |
The size of spdk_nvmf_subsystem_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.