Spdk/test/unit/lib/bdev
Tomasz Zawadzki 5887eb321d bdev/crypto: do not track type of crypto session
Starting with DPDK 22.11 the struct rte_cryptodev_sym_session
is no longer part of public API. Instead the void * is used.

There is no need for SPDK to track the type of session variable,
so replace that with void * regardless of DPDK version.

Change-Id: I29f82e87a593dd1886673fe2a56145da2dbe8354
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15433
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2022-12-05 22:42:01 +00:00
..
bdev_zone.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
bdev.c bdev: support to get histogram per channel 2022-11-29 08:28:57 +00:00
compress.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
crypto.c bdev/crypto: do not track type of crypto session 2022-12-05 22:42:01 +00:00
gpt update Intel copyright notices 2022-11-10 08:28:53 +00:00
mt include/bdev_module.h: add SPDK_ prefix to macros 2022-11-22 10:03:57 +00:00
nvme bdev_nvme: added io_outstanding in nvme_io_path 2022-11-24 10:08:43 +00:00
part.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
pmem update Intel copyright notices 2022-11-10 08:28:53 +00:00
raid module/raid: convert state enum to/from string 2022-11-28 09:45:45 +00:00
scsi_nvme.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
vbdev_lvol.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
vbdev_zone_block.c update Intel copyright notices 2022-11-10 08:28:53 +00:00
Makefile update Intel copyright notices 2022-11-10 08:28:53 +00:00