add zv2404fs.c and fio

This commit is contained in:
wangbojing
2024-08-06 14:35:59 +00:00
parent 5f520127a8
commit 2871adf324
9 changed files with 197 additions and 0 deletions

14
Makefile Executable file
View File

@@ -0,0 +1,14 @@
# SPDX-License-Identifier: BSD-3-Clause
#
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../..)
include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
include $(SPDK_ROOT_DIR)/mk/spdk.modules.mk
APP = zvfs
C_SRCS := zv2404fs.c
SPDK_LIB_LIST = $(ALL_MODULES_LIST) event event_bdev
include $(SPDK_ROOT_DIR)/mk/spdk.app.mk