Page MenuHomeFreeBSD

nvmf_proto.h: NVMe over Fabrics protocol definitions
ClosedPublic

Authored by jhb on Apr 9 2024, 11:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 6, 4:45 AM
Unknown Object (File)
Sun, May 5, 2:37 PM
Unknown Object (File)
Sat, May 4, 3:58 PM
Unknown Object (File)
Sat, Apr 27, 9:50 AM
Unknown Object (File)
Fri, Apr 26, 4:56 AM
Unknown Object (File)
Apr 13 2024, 6:05 AM
Unknown Object (File)
Apr 13 2024, 4:50 AM
Unknown Object (File)
Apr 13 2024, 2:53 AM
Subscribers
None

Details

Summary

This is a copy of spdk/include/spdk/nvmf_spec.h as of commit
470e851852bb948334a272c9f8de495020fa082f from Intel's SPDK.
Subsequent commits will modify it to be suitable header for the
kernel, but importing the stock file first makes it easier to see
how the resulting header is derived from the original.

Obtained from: SPDK (https://github.com/spdk/spdk.git)
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:03 PM
jhb created this revision.

I don't foresee pulling in future updates from SPDK so don't think this should belong in contrib from a vendor branch, etc. However, seeing the stock file first is helpful I think.

minor nits and a question.

sys/dev/nvmf/nvmf_proto.h
2

Putting the SPDX on a new line would be more in keeping with our style.

20

This is a mismatch with the tree. Is that this is how SPDK managed this?

722

Doesn't match top of file.

This revision is now accepted and ready to land.Apr 15 2024, 4:24 PM

To be clear, this is the stock file from SPDK without any changes.