Page MenuHomeFreeBSD

bhyve: refactor NVMe IO command handling
ClosedPublic

Authored by chuck on May 18 2020, 1:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 3, 10:12 AM
Unknown Object (File)
Thu, Oct 2, 4:14 AM
Unknown Object (File)
Wed, Oct 1, 1:43 AM
Unknown Object (File)
Aug 31 2025, 4:53 PM
Unknown Object (File)
Aug 16 2025, 9:37 PM
Unknown Object (File)
Aug 8 2025, 10:27 PM
Unknown Object (File)
Aug 6 2025, 11:32 PM
Unknown Object (File)
Jul 22 2025, 1:37 PM
Subscribers

Details

Summary

This refactors the NVMe I/O command processing function to make adding
new commands easier. The main change is to move command specific
processing (i.e. Read/Write) to separate functions for each NVMe I/O
command and leave the common per-command processing in the existing
pci_nvme_handle_io_cmd() function.

While here, add checks for some common errors (invalid Namespace ID,
invalid opcode, LBA out of range).

Add myself to the Copyright holders

Test Plan

Ran fio and proprietary storage validation tool in a Linux guest

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable