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:
parent
c9118cae57
commit
2975822ffe
1
configure
vendored
1
configure
vendored
@ -346,7 +346,6 @@ than or equal to 4.14 will see significantly reduced performance.
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${CONFIG[CRYPTO]}" = "y" ]]; then
|
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
|
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 Crypto requires NASM version 2.12.02 or newer. Please install
|
||||||
echo or upgrade then re-run this script.
|
echo or upgrade then re-run this script.
|
||||||
|
@ -51,10 +51,6 @@
|
|||||||
*/
|
*/
|
||||||
#define MAX_NUM_DRV_TYPES 2
|
#define MAX_NUM_DRV_TYPES 2
|
||||||
#define AESNI_MB "crypto_aesni_mb"
|
#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"
|
#define QAT "crypto_qat"
|
||||||
const char *g_driver_names[MAX_NUM_DRV_TYPES] = { AESNI_MB, QAT };
|
const char *g_driver_names[MAX_NUM_DRV_TYPES] = { AESNI_MB, QAT };
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
# CRY <bdev name> <vbdev name> <key> <PMD>
|
# CRY <bdev name> <vbdev name> <key> <PMD>
|
||||||
# key size depends on cipher
|
# key size depends on cipher
|
||||||
# supported PMD names: crypto_aesni_mb, crypto_qat
|
# 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
|
CRY Malloc6 crypto_ram 0123456789123456 crypto_aesni_mb
|
||||||
|
|
||||||
[Malloc]
|
[Malloc]
|
||||||
|
Loading…
Reference in New Issue
Block a user