numam-dpdk/examples/fips_validation
Akhil Goyal 74645f64ad examples/fips_validation: remove illegal usage of API
Some of the cryptodev APIs are not allowed to be used
by application directly. Hence removing the usage of
1. queue_pair_release: it is not required, as configure
   of queue pair release the previous queue pairs and the
   dev is not directly exposed to application, hence cannot
   use its ops from app.
2. rte_cryptodev_stop: it can be used directly without
   checking if the device is started or not.
3. rte_cryptodev_pmd_destroy: application should use
   rte_cryptodev_close instead.

Signed-off-by: Akhil Goyal <gakhil@marvell.com>
Acked-by: Matan Azrad <matan@nvidia.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2021-09-08 09:34:25 +02:00
..
fips_dev_self_test.c examples/fips_validation: remove illegal usage of API 2021-09-08 09:34:25 +02:00
fips_dev_self_test.h examples/fips_validation: add power on self test 2019-01-10 16:57:22 +01:00
fips_validation_aes.c replace unused attributes 2020-04-16 18:30:58 +02:00
fips_validation_ccm.c examples/fips_validation: support CCM parsing 2018-11-02 12:26:06 +01:00
fips_validation_cmac.c examples/fips_validation: support CMAC parsing 2018-11-02 12:26:06 +01:00
fips_validation_gcm.c fips_validation: fix GCM test 2020-11-02 09:24:41 +01:00
fips_validation_hmac.c replace unused attributes 2020-04-16 18:30:58 +02:00
fips_validation_sha.c replace unused attributes 2020-04-16 18:30:58 +02:00
fips_validation_tdes.c examples/fips_validation: fix TDES interim callback 2020-07-18 23:09:01 +02:00
fips_validation_xts.c examples/fips_validation: support AES XTS 2020-02-05 15:20:51 +01:00
fips_validation.c examples/fips_validation: enhance getopt_long usage 2021-03-23 12:48:11 +01:00
fips_validation.h examples/fips_validation: enhance getopt_long usage 2021-03-23 12:48:11 +01:00
main.c examples/fips_validation: remove illegal usage of API 2021-09-08 09:34:25 +02:00
Makefile examples: fix pkg-config override 2021-05-05 22:20:24 +02:00
meson.build examples: reduce indentation in build files 2021-04-21 14:04:09 +02:00