Spdk/test/external_code/hello_world/bdev_external.json

25 lines
455 B
JSON
Raw Permalink Normal View History

{
"subsystems": [
{
"subsystem": "bdev",
"config": [
{
"params": {
"name": "Malloc0",
"block_size": 4096,
"num_blocks": 32
},
"method": "bdev_malloc_create"
},
{
"params": {
"base_bdev_name": "Malloc0",
"name": "TestPT"
},
"method": "construct_ext_passthru_bdev"
}
]
}
]
}