Page MenuHomeFreeBSD

nvme: Add NVMe over Fabrics fields to nvme_controller_data
ClosedPublic

Authored by jhb on Mar 20 2024, 11:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 27, 8:16 AM
Unknown Object (File)
Thu, Mar 26, 7:28 AM
Unknown Object (File)
Mon, Mar 16, 8:05 AM
Unknown Object (File)
Tue, Mar 10, 2:28 PM
Unknown Object (File)
Mon, Mar 9, 9:07 PM
Unknown Object (File)
Feb 21 2026, 8:04 PM
Unknown Object (File)
Jan 16 2026, 12:40 AM
Unknown Object (File)
Jan 14 2026, 3:11 AM
Subscribers

Diff Detail

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

Event Timeline

jhb requested review of this revision.Mar 20 2024, 11:23 PM
imp added inline comments.
sys/dev/nvme/nvme.h
2079

I'm starting to think we should have some _Generic based interface for this sort of thing...

This revision is now accepted and ready to land.Mar 21 2024, 9:20 AM
sys/dev/nvme/nvme.h
2079

If we were starting from scratch perhaps, but at this point there aren't that many more fields to deal with so adding them by hand isn't that big of a deal.

sys/dev/nvme/nvme.h
2079

Yea. It was a note to our future selves