mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
RELNOTES: Document the addition of NVMe over Fabrics support
This commit is contained in:
parent
c2e9c5bbf0
commit
6faf65670e
14
RELNOTES
14
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.
|
||||
|
Loading…
Reference in New Issue
Block a user