app/crypto-perf: enable feature flag for security
authorDavid Coyle <david.coyle@intel.com>
Thu, 16 Jul 2020 15:29:52 +0000 (16:29 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Sat, 18 Jul 2020 21:14:08 +0000 (23:14 +0200)
commit4ad736ce03d22e917f7de16fd4ba24d9b49edce9
tree2bdf5b0a3fba4479c67df70529ddaff513cc8d6f
parentff36e4c2a5d965d70641fef1d588621ac9d2c8f4
app/crypto-perf: enable feature flag for security

The RTE_CRYPTODEV_FF_SECURITY feature was disabled through the
ff_disable device configuration option for all crypto performance tests,
including security related tests. This patch updates the crypto
performance tool to not disable RTE_CRYPTODEV_FF_SECURITY for DOCSIS and
PDCP security tests.

Fixes: d4a131a9498d ("test/crypto-perf: support DOCSIS protocol")

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