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>
This commit is contained in:
parent
d38febb08d
commit
59c6646e6d
@ -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
|
||||
|
@ -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"
|
||||
|
@ -11,7 +11,6 @@
|
||||
|
||||
#include <rte_crypto.h>
|
||||
#include <rte_cryptodev.h>
|
||||
#include <rte_cryptodev_pmd.h>
|
||||
|
||||
#include "test.h"
|
||||
#include "test_cryptodev.h"
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user