test/crypto: fix asymmetric session mempool creation
authorAdam Dybkowski <adamx.dybkowski@intel.com>
Mon, 8 Jun 2020 13:15:01 +0000 (15:15 +0200)
committerAkhil Goyal <akhil.goyal@nxp.com>
Tue, 7 Jul 2020 22:15:35 +0000 (00:15 +0200)
commit0ad83afdf3352e5e61e8c137131524ee6b2506ce
tree186a79f770bbea4fbffba8c9b76cf305fc7ebe22
parentcd346367f898d619edf53f13628d6e539dbcab40
test/crypto: fix asymmetric session mempool creation

This patch fixes the element size of the mempool used
for allocating asym crypto sessions and their private data.

Fixes: 2c6dab9cd93d ("test/crypto: add RSA and Mod tests")
Cc: stable@dpdk.org
Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
app/test/test_cryptodev_asym.c