From 36eb0ec50604d8b318922fa1e8a1441046d196f9 Mon Sep 17 00:00:00 2001 From: Ben Walker Date: Mon, 29 Jul 2019 13:06:52 -0700 Subject: [PATCH] nvmf: Clean up FC changelog entry Change-Id: I910a377373337fa1b029ce044d3d9b7ece907df1 Signed-off-by: Ben Walker Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/463544 Reviewed-by: Broadcom SPDK FC-NVMe CI Reviewed-by: Anil Veerabhadrappa Reviewed-by: Shuhei Matsumoto Reviewed-by: Jim Harris Tested-by: SPDK CI Jenkins --- CHANGELOG.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c502c388..d8128e723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,13 +50,12 @@ Legacy INI style configuration for SPDK applications will become deprecated in S and removed in SPDK 20.01. Please consider moving to JSON-RPC configuration files and/or RPC driven run-time configuration. -### NVMe-oF Target (FC) +### nvmf -New Fibre Channel transport for NVMe over Fabrics target. Requires an FC HBA to use. -Also, requires a Fibre Channel HBA low level driver (lld) library. The driver library -and API header file path can be provided as an argument to "--with-fc". - -### NVMe-oF Target +EXPERIMENTAL: A Fibre Channel transport that supports Broadcom HBAs has been +added. This depends on the FC HBA driver at +https://github.com/ecdufcdrvr/bcmufctdrvr. See [the documentation](https://spdk.io/doc/nvmf.html#nvmf_fc_transport) +for more information. Persistent reservation emulation has been added to the NVMe-oF target. Persistent reservation state is stored in a JSON file on the local filesystem between target restart. To support this,