Re: [PATCH v2 2/2] cryptodev: change burst API to be crypto op oriented
From: Trahe, Fiona <hidden>
Date: 2016-02-22 11:17:38
Subsystem:
library code, the rest · Maintainers:
Andrew Morton, Linus Torvalds
From: Trahe, Fiona <hidden>
Date: 2016-02-22 11:17:38
Subsystem:
library code, the rest · Maintainers:
Andrew Morton, Linus Torvalds
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@dpdk.org] On Behalf Of Declan Doherty Sent: Friday, February 19, 2016 11:01 AM To: dev@dpdk.org Subject: [dpdk-dev] [PATCH v2 2/2] cryptodev: change burst API to be crypto op oriented