Data Fields | |
size_t | opts_size |
The size of spdk_accel_opts according to the caller of this library is used for ABI compatibility. | |
uint32_t | small_cache_size |
Size of the small iobuf cache. | |
uint32_t | large_cache_size |
Size of the large iobuf cache. | |
uint32_t | task_count |
Maximum number of tasks per IO channel. | |
uint32_t | sequence_count |
Maximum number of sequences per IO channel. | |
uint32_t | buf_count |
Maximum number of accel buffers per IO channel. | |
size_t spdk_accel_opts::opts_size |
The size of spdk_accel_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.