Hello,
I am pretty new to the SPDK but am currently working on trying to implement a basic
blobstore application for an NVMe Drive. It looks like all of the relevant code has
already been written, but i do not see any example code for implementation. Are there any
recommended resources or places to start?
I am basically, just for the purpose of understanding, attempting something very similar
to the hello_world example. However, I am trying to write/read/list/delete blobs instead
of just a basic string. Is it really as easy as creating a spdk_blob type and then calling
the corresponding functions from blobstore?
Create blob -> spdk_bs_md_create_blob
Read blob -> spdk_bs_md_open_blob
Write blob -> _spdk_blob_persist
delete blob -> spdk_bs_md_delete_blob
Thanks,
Neil
Show replies by date