Loading
bdev/crypto: remove mempool usage matching < DPDK 19.02
With DPDK 19.02 the private session mempool was introduced. See patch below in SPDK: (5c1c946c) bdev/crypto: compile with DPDK 19.02 As of latest SPDK, the privae session mempool was always passed to rte_cryptodev_sym_session_init(). Since #ifdefs for older DPDK versions were removed. This patch makes it obvious which mempool is used. Change-Id: I6572c925d8532a6cf81c516e3e274eef45236fb1 Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15434 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>