diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c99146f4..45f06f1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ to allow for recovery from dirty shutdown event. Added handling of Asynchronous Nand Management Events (ANM). +### vmd + +EXPERIMENTAL: Added Intel Volume Management Device (VMD) driver. VMD is an integrated +controller inside the CPU PCIe root complex. It enables virtual HBAs for the connected +NVMe SSDs. `spdk_vmd_init()` enumerates NVMe SSDs behind VMD device and hook them into +SPDK PCI subsystem. `spdk_nvme_probe()` or `spdk_nvme_connect()` can be used to connect +NVMe driver to the device located at the given transport ID. + +To obtain transport ID of NVMe SSD behind VMD `spdk_lspci` can be used. + +Current implementation does not support hotplug. + ### blobfs Blobfs file asynchronous operations were added to public APIs.