spdk read,write complete

This commit is contained in:
king
2024-08-08 13:43:08 +00:00
parent 2871adf324
commit cbb3e62137
2 changed files with 204 additions and 5 deletions

17
zvfs.json Normal file
View File

@@ -0,0 +1,17 @@
{
"subsystems": [
{
"subsystem": "bdev",
"config": [
{
"method": "bdev_malloc_create",
"params": {
"name": "Malloc0",
"num_blocks": 32768,
"block_size": 512
}
}
]
}
]
}