numam-dpdk/examples/fips_validation
Chengchang Tang 10aa375704 examples: add eal cleanup to examples
According to the programming guide, the rte_eal_init should be used pairs
with rte_eal_cleanup.

This patch add rte_eal_cleanup to examples to encourage new users of
DPDK to use it.

Fixes: aec9c13c52 ("eal: add function to release internal resources")
Fixes: 3d0fad56b7 ("examples/fips_validation: add crypto FIPS application")
Fixes: c8e6ceeceb ("examples/ioat: add new sample app for ioat driver")
Fixes: 4ff457986f ("examples/l2fwd-event: add default poll mode routines")
Fixes: 08bd1a1744 ("examples/l3fwd-graph: add graph-based l3fwd skeleton")
Fixes: c5eebf85ba ("examples/ntb: add example for NTB")
Fixes: b77f660028 ("examples/pipeline: add new example application")
Fixes: edbed86d1c ("examples/vdpa: introduce a new sample for vDPA")
Fixes: c19beb3f38 ("examples/vhost_blk: introduce vhost storage sample")
Fixes: f5188211c7 ("examples/vhost_crypto: add sample application")
Cc: stable@dpdk.org

Signed-off-by: Chengchang Tang <tangchengchang@huawei.com>
2021-04-21 20:21:25 +02:00
..
fips_dev_self_test.c cryptodev: add feature flags to disable 2019-07-05 15:03: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: add eal cleanup to examples 2021-04-21 20:21:25 +02:00
Makefile examples: warn about broken pkg-config 2021-01-30 01:27:28 +01:00
meson.build examples: reduce indentation in build files 2021-04-21 14:04:09 +02:00