misc: Remove experimental comments regarding crypto

Change-Id: I1635a81f6b6417b5b632f6fc244f815a30df45b7
Signed-off-by: paul luse <paul.e.luse@intel.com>
Reviewed-on: https://review.gerrithub.io/429514
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
paul luse 2018-10-15 15:14:00 -04:00 committed by Jim Harris
parent c9118cae57
commit 2975822ffe
3 changed files with 0 additions and 6 deletions

1
configure vendored
View File

@ -346,7 +346,6 @@ than or equal to 4.14 will see significantly reduced performance.
fi
if [[ "${CONFIG[CRYPTO]}" = "y" ]]; then
echo NOTE: Crypto is currently marked as experimental. Do not use in production.
if [[ $(nasm -v | sed 's/[^0-9]*//g' | awk '{print substr ($0, 0, 5)}') -lt "21202" ]]; then
echo Crypto requires NASM version 2.12.02 or newer. Please install
echo or upgrade then re-run this script.

View File

@ -51,10 +51,6 @@
*/
#define MAX_NUM_DRV_TYPES 2
#define AESNI_MB "crypto_aesni_mb"
/* NOTE: QAT is experimental. It has been tested in development but should not
* be used in production until this comment is removed following the addition of
* QAT hardware to the CI test pool.
*/
#define QAT "crypto_qat"
const char *g_driver_names[MAX_NUM_DRV_TYPES] = { AESNI_MB, QAT };

View File

@ -6,7 +6,6 @@
# CRY <bdev name> <vbdev name> <key> <PMD>
# key size depends on cipher
# supported PMD names: crypto_aesni_mb, crypto_qat
# Note: QAT is experimental while test HW is being setup
CRY Malloc6 crypto_ram 0123456789123456 crypto_aesni_mb
[Malloc]