/rust-nvme

Primary LanguageRustGNU General Public License v2.0GPL-2.0

Rust simple NVMe device driver

This is for figuring out proper Rust PCI, DMA, block layer abstraction APIs.

It can handle some I/Os with QEMU. But no proper error handling or resource cleanup.

Rust-for-Linux tree doesn't support abstraction APIs (PCI, DMA, block layer, etc) yet. This driver is tested with my fork. I'll work for upstreaming.

$ make KDIR=~/git/linux LLVM=1