[dpdk-dev] [PATCH v2 2/2] cryptodev: change burst API to be crypto op oriented

Trahe, Fiona fiona.trahe at intel.com
Mon Feb 22 12:17:33 CET 2016


Hi Declan,

Build fails after make clean.
Fix is following change to include path.
And one unused include file can be removed.


diff --git a/lib/librte_cryptodev/rte_crypto.h b/lib/librte_cryptodev/rte_crypto.h
index 489314b..5bded98 100644
--- a/lib/librte_cryptodev/rte_crypto.h
+++ b/lib/librte_cryptodev/rte_crypto.h
@@ -49,7 +49,7 @@ extern "C" {
 #include <rte_memory.h>
 #include <rte_mempool.h>

-#include <rte_crypto_sym.h>
+#include "rte_crypto_sym.h"

 /** Crypto operation types */
 enum rte_crypto_op_type {
diff --git a/lib/librte_cryptodev/rte_cryptodev.h b/lib/librte_cryptodev/rte_cryptodev.h
index 5aaa00c..2e6cd9d 100644
--- a/lib/librte_cryptodev/rte_cryptodev.h
+++ b/lib/librte_cryptodev/rte_cryptodev.h
@@ -48,7 +48,6 @@
 extern "C" {
 #endif

-#include "stddef.h"

 #include "rte_crypto.h"
 #include "rte_dev.h"

> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Declan Doherty
> Sent: Friday, February 19, 2016 11:01 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v2 2/2] cryptodev: change burst API to be crypto op oriented



More information about the dev mailing list