+15
−12
Loading
This commit addresses a configuration in the `gen_spdk_bdev_conf` function. Previously, `iobuf_set_options` was placed in the `bdev` subsystem. This commit corrects this by creating a separate `iobuf` subsystem in the configuration and moving the `iobuf_set_options` method there. Signed-off-by:Jaroslaw Chachulski <jaroslawx.chachulski@intel.com> Change-Id: Ic2a842fc7d53c8d61ae4eda04a624e04819f821e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19179 Reviewed-by:
Karol Latecki <karol.latecki@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>