test/crypto: remove illegal PMD header include
authorAkhil Goyal <gakhil@marvell.com>
Tue, 10 Aug 2021 19:50:17 +0000 (01:20 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 8 Sep 2021 07:11:19 +0000 (09:11 +0200)
commit59c6646e6d56626a637976bc69a39f557578ebef
tree522283815c1dfe4f676a03a4552966fb53ca9cf4
parentd38febb08d57fec29fed27a2d12a507fc6fcdfa1
test/crypto: remove illegal PMD header include

rte_cryptodev_pmd.h is an interface between
driver and library and it is mentioned in the
file that application cannot use it directly.
Hence, removing the include.

Signed-off-by: Akhil Goyal <gakhil@marvell.com>
Acked-by: Matan Azrad <matan@nvidia.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
app/test/test_cryptodev.c
app/test/test_cryptodev_asym.c
app/test/test_cryptodev_blockcipher.c
app/test/test_cryptodev_security_pdcp.c
app/test/test_ipsec.c