From 462ff07b373b5a733e60d8aa566265ef3ca711a2 Mon Sep 17 00:00:00 2001 From: Shuhei Matsumoto Date: Mon, 22 Apr 2019 17:40:23 +0900 Subject: [PATCH] CHANGELOG: Support DIF insert and strip feature in iSCSI target Change-Id: Ie4f78688a0c6767eb48401c75f58502616b0c201 Signed-off-by: Shuhei Matsumoto Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/451644 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Changpeng Liu --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd11e979..ec829126d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,6 +98,11 @@ 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. +### iSCSI target + +DIF strip and insert is now supported. DIF settings are not exposed to the iSCSI initiator. +DIF is attached into data for write I/O and stripped from data for read I/O. + ## v19.01: ### ocf bdev