mbox series

[v1,0/2] enable security feature for security tests

Message ID 20200716152952.65107-1-david.coyle@intel.com (mailing list archive)
Headers
Series enable security feature for security tests |

Message

Coyle, David July 16, 2020, 3:29 p.m. UTC
  The RTE_CRYPTODEV_FF_SECURITY feature was disabled through the
ff_disable device configuration option for all cryptodev unit tests and
crypto performance tests, including security related tests. These
patches update the crypto test tools to not disable
RTE_CRYPTODEV_FF_SECURITY for DOCSIS and PDCP security tests.

David Coyle (2):
  test/crypto: enable security feature for security tests
  app/crypto-perf: enable security feature for security tests

 app/test-crypto-perf/main.c |  7 +++++--
 app/test/test_cryptodev.c   | 22 ++++++++++++++++++----
 2 files changed, 23 insertions(+), 6 deletions(-)