]> git.droids-corp.org - dpdk.git/commitdiff
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)
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

index 843d07ba3706856544256d0fd6a3f9d0987854d2..9e823db1e6c16b74c60babcb756067ba167687a1 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <rte_crypto.h>
 #include <rte_cryptodev.h>
-#include <rte_cryptodev_pmd.h>
 #include <rte_string_fns.h>
 
 #ifdef RTE_CRYPTO_SCHEDULER
index 847b074a4fdc1ee3cc98f89a0d86f890bf964151..9d19a6d6d92189f7bb46b6472c3ce44dbd6691c4 100644 (file)
@@ -12,7 +12,6 @@
 #include <rte_pause.h>
 
 #include <rte_cryptodev.h>
-#include <rte_cryptodev_pmd.h>
 #include <rte_crypto.h>
 
 #include "test_cryptodev.h"
index 53fd4718af8c4512e51363b0bae8150759f94a96..1c948eb00847077fac7afecd51cdda08512fc4b2 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <rte_crypto.h>
 #include <rte_cryptodev.h>
-#include <rte_cryptodev_pmd.h>
 
 #include "test.h"
 #include "test_cryptodev.h"
index 30f3eb892c51c3b331abfe35dbfc7d9045e6184a..a7641bab7a6fbc99c1bb515835728667f986214b 100644 (file)
@@ -17,7 +17,6 @@
 
 #include <rte_crypto.h>
 #include <rte_cryptodev.h>
-#include <rte_cryptodev_pmd.h>
 #include <rte_security.h>
 
 #include <rte_lcore.h>
index fb90130ae23bf0860e358c6fd77f1b131fbebdd4..c6d6b88d6d9e84990445c12b9128382a212dd752 100644 (file)
@@ -15,7 +15,6 @@
 
 #include <rte_crypto.h>
 #include <rte_cryptodev.h>
-#include <rte_cryptodev_pmd.h>
 #include <rte_lcore.h>
 #include <rte_ipsec.h>
 #include <rte_random.h>