The branch main has been updated by jhb:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=6faf65670edda1b567baa9d50bb74ecf90946082

commit 6faf65670edda1b567baa9d50bb74ecf90946082
Author:     John Baldwin <[email protected]>
AuthorDate: 2024-05-03 21:05:57 +0000
Commit:     John Baldwin <[email protected]>
CommitDate: 2024-05-03 21:05:57 +0000

    RELNOTES: Document the addition of NVMe over Fabrics support
---
 RELNOTES | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 87bb2bbe435c..ffd114d3358c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,20 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+a15f7c96a276,a8089ea5aee5:
+       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
+       is responsible for accepting incoming connection requests and
+       handing off connected queue pairs to nvmft(4).
+
+a1eda74167b5,1058c12197ab:
+       NVMe over Fabrics host.  New commands added to nvmecontrol(8)
+       to establish connections to remote controllers.  Once
+       connections are established they are handed off to the nvmf(4)
+       kernel module which creates nvmeX devices and exports remote
+       namespaces as nda(4) disks.
+
 25723d66369f:
        As a side-effect of retiring the unit.* code in sound(4), the
        hw.snd.maxunit loader(8) tunable is also retired.

Reply via email to