Commit 31158c0d authored by Shuhei Matsumoto's avatar Shuhei Matsumoto Committed by Jim Harris
Browse files

CHANGELOG: Fix the wrong location for NVMe-oF target section



Merge nvmf section into NVMe-oF target section.

Change-Id: I0279392e655b719ff6229b00838fcc6406265113
Signed-off-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/451787


Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent 47cf47e4
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -61,6 +61,9 @@ The size of a shared receive queue is defined by transport configuration file pa
`MaxSRQDepth` and `nvmf_create_transport` RPC method parameter `max_srq_depth`.
Default size is 4096.

Add model number as parameter to construct_nvmf_subsystem (-d option),
rather than using hardcoded define.

### env

The `phys_addr` parameter in spdk_malloc() and spdk_zmalloc() has been deprecated.
@@ -91,11 +94,6 @@ is specified, use that specified nbd device. If it's not specified, pick availab
Add Opal scan support for NVMe to check whether it supports SED Opal and dump
device info. nvme_manage tool can be used to invoke this.

### nvmf

Add model number as parameter to construct_nvmf_subsystem (-d option),
rather than using hardcoded define.

## v19.01:

### ocf bdev