CHANGELOG: Support DIF passthrough feature in NVMe-oF target

Change-Id: I3baf48a4caad0616e74d46d2b25eb97010c54ed0
Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/451643
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Shuhei Matsumoto 2019-04-22 17:37:26 +09:00 committed by Jim Harris
parent 31158c0dd0
commit d4b5edae66

View File

@ -64,6 +64,10 @@ Default size is 4096.
Add model number as parameter to construct_nvmf_subsystem (-d option), Add model number as parameter to construct_nvmf_subsystem (-d option),
rather than using hardcoded define. rather than using hardcoded define.
DIF passthrough feature has been added. DIF setting of the allocated bdevs is
exposed to the NVMe-oF initiator and data with DIF from the NVMe-oF initiator is
passed through to the allocated bdevs.
### env ### env
The `phys_addr` parameter in spdk_malloc() and spdk_zmalloc() has been deprecated. The `phys_addr` parameter in spdk_malloc() and spdk_zmalloc() has been deprecated.