+4
−0
+11
−26
Loading
Wrapped cyrpto credentilas mode is not longer supported. When NIC is in this mode, xts keys are 48 and 80 bytes for 128b and 256b keys. Plain text mode uses standard keys of 32 and 64 bytes. Nvidia NIC must be re-configured to work in plain text mode if it was in the wrapped crypto credentails mode. Wrong key size 512b was used, mlx5_pci supports only 128b or 256b. Now key and key2 length must be equal. blockdev.sh scripts was updated accordingly. Signed-off-by:Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I9f67e0074acb5219ee3f53840e158a011b233cdd Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18175 Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Jim Harris <james.r.harris@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>