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, Jun 14, 5:57 PM
Unknown Object (File)
May 17 2024, 8:45 PM
Unknown Object (File)
May 9 2024, 3:07 AM
Unknown Object (File)
May 8 2024, 3:04 AM
Unknown Object (File)
Apr 7 2024, 10:07 PM
Unknown Object (File)
Apr 5 2024, 7:51 PM
Unknown Object (File)
Mar 24 2024, 11:36 PM
Unknown Object (File)
Mar 23 2024, 2:21 AM
Subscribers

Details

Summary

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.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