Spdk/test/unit/lib/bdev
Paul Luse 3be1436c09 bdev/crypto: optimization: use shared sessions
Initial implmentation had a 1:1 session to crypto op ratio. After
working with a similar concept in CompressDev checked to see if
this was required and apparently it is not.

Saves a decent number of API calls per crypto op and in the poller.
Also saves on mempool usage.  Performance improvement measurement
is WIP.

Change-Id: I73f2355e720a16fd46bc4a02657419f779f07cbb
Signed-off-by: Paul Luse <paul.e.luse@intel.com>
Reviewed-on: https://review.gerrithub.io/433726
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Fiona Trahe <fiona.trahe@intel.com>
2018-11-26 18:27:42 +00:00
..
bdev_raid.c bdev/raid: Add JSON config dump 2018-09-26 15:39:37 +00:00
bdev.c bdev: add unit tests for double buffering in bdev modules 2018-11-08 23:11:17 +00:00
crypto.c bdev/crypto: optimization: use shared sessions 2018-11-26 18:27:42 +00:00
gpt test: fix typos in the test directory 2018-08-27 19:39:31 +00:00
mt thread: Update unit test to use new threading logic 2018-11-15 18:17:34 +00:00
part.c mk: don't use '-include spdk/config.h' 2018-10-02 23:13:32 +00:00
pmem test/unit: fix scan-build error in pmem ut 2018-09-05 17:21:03 +00:00
scsi_nvme.c bdev: move error union to internal spdk_bdev_io struct 2018-06-26 20:04:07 +00:00
vbdev_lvol.c blobstore: Introduce io_unit size to blobstore. 2018-09-14 22:46:27 +00:00
Makefile bdev: Add crypto virtual bdev module 2018-09-17 21:23:14 +00:00