From 338b038f5bc2c188cd6cf13fc879f8a8e0b6e492 Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Wed, 31 Oct 2018 10:50:11 -0400 Subject: [PATCH] CHANGELOG: bdev crypto is not considered experimental for this release Change-Id: I9c01bfc05417f07b9265692a02b6aaba37c507f2 Signed-off-by: Tomasz Zawadzki Reviewed-on: https://review.gerrithub.io/431529 Reviewed-by: Paul Luse Reviewed-by: Ben Walker Reviewed-by: Jim Harris Tested-by: SPDK CI Jenkins --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e36ed43ff..a3fd99adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,8 +33,7 @@ spdk_bdev_alias_del_all() was added to delete all alias from block device. A new virtual bdev module has been added to perform at rest data encryption using the DPDK CryptoDev Framework. The module initially uses a software AESNI CBC cipher with experimental support for the Intel QAT hardware accelerator also currently implemented with support for CBC cipher. Future work -may include additional ciphers as well as consideration for authentication. NOTE: this module is -currently marked as experimental. Do not use in production. +may include additional ciphers as well as consideration for authentication. The RAID virtual bdev module is now always enabled by default. The configure --with-raid and --without-raid options are now ignored and deprecated and will be removed in the next release.