Spdk/python/spdk/sma/device
Konrad Sztyber c16dab7e37 sma: crypto support for nvmf/tcp devices
The nvmf/tcp devices will now support attaching volumes with encryption
enabled.  This basically boils down to getting the crypto bdev name
through the CryptoEngine.get_crypto_bdev() interface (instead of just
using volume_id) and specyfing UUID/NGUID when attaching namespaces
to a subsystem.

Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Change-Id: Iefddbf07675152aa2e042564eb87c457b6995b9b
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13871
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: <sebastian.brzezinka@intel.com>
2022-09-19 19:43:35 +00:00
..
__init__.py sma: nvmf/vfiouser device manager implementation 2022-08-01 08:45:58 +00:00
device.py sma: add device protocol name 2022-05-18 07:24:06 +00:00
nvmf_tcp.py sma: crypto support for nvmf/tcp devices 2022-09-19 19:43:35 +00:00
nvmf_vfiouser.py sma: nvmf/vfiouser device manager implementation 2022-08-01 08:45:58 +00:00
vhost_blk.py sma: vhost-user sma implementation 2022-05-20 09:16:54 +00:00