Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 386 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 386 Bytes

QMiniNVMeDevice

Description

This is a subclass of the MiniPCIDevice library designed to communicate with NVMe devices over the MiniNVMe kernel module.

Features

  • General device info (ID and namespaces);
  • Reading and writing;
  • Basic error handling;
  • Timeout control;
  • Controller reset;
  • Health information;

See MiniNVMeTestApp for more details.