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
F153514472: D44448.diff
Tue, Apr 21, 1:53 PM
F153403805: D44448.diff
Mon, Apr 20, 11:28 PM
Unknown Object (File)
Thu, Apr 16, 3:21 AM
Unknown Object (File)
Thu, Apr 16, 3:21 AM
Unknown Object (File)
Thu, Apr 9, 4:46 PM
Unknown Object (File)
Thu, Apr 9, 11:02 AM
Unknown Object (File)
Mon, Apr 6, 10:39 AM
Unknown Object (File)
Thu, Apr 2, 8:25 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56719
Build 53607: arc lint + arc unit

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