- SPDK v 20.10.x
- Get a copy of
SPDK
at https://github.com/spdk/spdk
git clone https://github.com/spdk/spdk
cd spdk
sudo scripts/pkgdep.sh --all
./configure --with-shared
make
sudo make install
- Compile
git clone https://github.com/Saltflow/spdk_blob_top_fs
cd spdk_blob_top_fs
./one_script_make.sh
- Unit Test
cd unit_test
make
./start.sh
-
./spdk_fs : The basic filesystem framework in lieu of VFS
-
./simple_fs : A simple VFS
-
./blobop_fio_plugin : fio plugin
-
./test : some test cases
-
./scripts: code style check adopted from
spdk