demikernel icon indicating copy to clipboard operation
demikernel copied to clipboard

Storage system support?

Open chenyuanrun opened this issue 1 year ago • 1 comments

Context

Need kernel-bypass storage api support.

Proposed Solution

Access NVME disk directly.

Alternative Solutions

Userspace nvme driver based on dpdk (like spdk).

It would be better if demikernel could support high level storage api (filesystem based on posix or userspace implementation).

### Tasks
- [ ] Storage api abstraction.
- [ ] Posix based storage api.
- [ ] Iouring based storage api.
- [ ] Dpdk based nvme driver and storage api.

chenyuanrun avatar Aug 03 '23 10:08 chenyuanrun