app/crypto-perf: support security protocol in PMDCC mode
authorDavid Coyle <david.coyle@intel.com>
Tue, 21 Jul 2020 14:56:48 +0000 (15:56 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Tue, 28 Jul 2020 20:09:22 +0000 (22:09 +0200)
commit25d5c40f252fb77ed78a7baa5d6e54912ad83941
tree9278e695fabac0b791376e979579db7874cf8878
parentf7d2c696530c729a1b613b7a8da1ca5438acb84c
app/crypto-perf: support security protocol in PMDCC mode

This patch adds support for DOCSIS and PDCP security protocols to the
pmd-cyclecount mode of the crypto performance tool. Adding this support
involves freeing the correct session type (i.e. security or cryptodev
session) when the test ends, depending on the op_type specified.

Signed-off-by: David Coyle <david.coyle@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
app/test-crypto-perf/cperf_test_pmd_cyclecount.c