struct spdk_bdev *bdev); static int spdk_fio_handle_options_per_target(struct thread_data *td, struct fio_file *f); static void spdk_fio_setup_oat(void *ctx);static pthread_t g_init_thread_id = 0; static pthread_mutex_t g_init_mtx = PTHREAD_MUTEX_INITIALIZER; ...
bdev_fio_plugin: Replace spdk_bdev_first/next_leaf() by spdk_for_each_bdev_leaf() shuhei-matsumotoauthored and tomzawadzkicommittedJan 31, 2023 f5885db Commits on Jan 11, 2023 fio_plugin: initalize when create_serialize=0 mgerdtsauthored and tomzawadzkicommittedJan 11, 2023 9e96e33 fi...
rpc.c: 277:spdk_rpc_register_alias_deprecated:ERROR: cannot create alias bdev_nvme_set_options - method set_bdev_nvme_options does not exist rpc.c: 277:spdk_rpc_register_alias_deprecated:ERROR: cannot create alias bdev_nvme_set_hotplug - method set_bdev_nvme_hotplug does not exist ...
source$rootdir/test/common/autotest_common.sh 99 source$rootdir/test/nvmf/common.sh 1010 11- PLUGIN_DIR=$rootdir/examples/nvme/fio_plugin 11+ PLUGIN_DIR=$rootdir/app/fio/nvme 1212 1313 MALLOC_BDEV_SIZE=64 1414 MALLOC_BLOCK_SIZE=512