zvfs: 性能测试

This commit is contained in:
2026-02-24 16:01:29 +00:00
parent 6f8f2148c3
commit 8d1d9506cd
7 changed files with 779 additions and 48 deletions

View File

@@ -4,14 +4,14 @@
"subsystem": "bdev",
"config": [
{
"method": "bdev_malloc_create",
"method": "bdev_nvme_attach_controller",
"params": {
"name": "Malloc0",
"num_blocks": 32768,
"block_size": 512
"name": "Nvme0",
"trtype": "PCIe",
"traddr": "0000:03:00.0"
}
}
]
}
]
}
}