Page MenuHomeFreeBSD

ctl: Add helper routines for setting NVMe completion status
ClosedPublic

Authored by jhb on Apr 9 2024, 11:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 18, 9:42 AM
Unknown Object (File)
Sat, Jun 14, 3:56 AM
Unknown Object (File)
Sun, Jun 8, 5:41 AM
Unknown Object (File)
Wed, Jun 4, 11:22 PM
Unknown Object (File)
Mon, Jun 2, 1:50 PM
Unknown Object (File)
Sun, Jun 1, 2:55 AM
Unknown Object (File)
Sat, May 31, 4:52 PM
Unknown Object (File)
Sat, May 31, 2:02 AM
Subscribers
None

Details

Summary

Also includes a few protocol-agnostic wrappers for setting a generic
status (such as success) for a CTL I/O request whether it be SCSI or
NVMe.

Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Apr 9 2024, 11:04 PM
This revision is now accepted and ready to land.Apr 13 2024, 8:35 PM
sys/cam/ctl/ctl_error.c
1004

Note one thing here (and in libnvmf) is that I currently don't set DNR for any errors. Arguably some of these errors probably should be setting DNR.

sys/cam/ctl/ctl_error.c
1004

that would be helpful, though not strictly required: it's a performance enhancement