The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=af261a46aff1eb3fc581328ad8fb06f9029c9bb7
commit af261a46aff1eb3fc581328ad8fb06f9029c9bb7 Author: John Baldwin <j...@freebsd.org> AuthorDate: 2025-08-08 16:52:44 +0000 Commit: John Baldwin <j...@freebsd.org> CommitDate: 2025-08-08 16:52:44 +0000 RELNOTES: Update the note for NVMeoF to reference ctld instead of nvmfd Sponsored by: Chelsio Communications --- RELNOTES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELNOTES b/RELNOTES index b7b01aa5ba0f..96149ad15178 100644 --- a/RELNOTES +++ b/RELNOTES @@ -248,10 +248,11 @@ e962b37bf0ff: 7398d1ece5cf: hw.snd.version is removed. -a15f7c96a276,a8089ea5aee5: +a15f7c96a276,66b5296f1b29: NVMe over Fabrics controller. The nvmft(4) kernel module adds a new frontend to the CAM target layer which exports ctl(4) - LUNs as NVMe namespaces to remote hosts. The nvmfd(8) daemon + LUNs as NVMe namespaces to remote hosts. The ctld(8) daemon + now supports NVMe controllers in addition to iSCSI targets and is responsible for accepting incoming connection requests and handing off connected queue pairs to nvmft(4).