DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev]  [PATCH] test/test_cryptodev: fix missing include
@ 2017-11-28 12:50 Jerin Jacob
  2017-12-11 12:12 ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 2+ messages in thread
From: Jerin Jacob @ 2017-11-28 12:50 UTC (permalink / raw)
  To: dev; +Cc: declan.doherty, Jerin Jacob

time() is defined in time.h

Fixes: ffbe3be0d4 ("app/test: add libcrypto")
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
 test/test/test_cryptodev.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/test/test_cryptodev.c b/test/test/test_cryptodev.c
index 1bed65dad..7997b4882 100644
--- a/test/test/test_cryptodev.c
+++ b/test/test/test_cryptodev.c
@@ -30,6 +30,8 @@
  *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <time.h>
+
 #include <rte_common.h>
 #include <rte_hexdump.h>
 #include <rte_mbuf.h>
-- 
2.15.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] test/test_cryptodev: fix missing include
  2017-11-28 12:50 [dpdk-dev] [PATCH] test/test_cryptodev: fix missing include Jerin Jacob
@ 2017-12-11 12:12 ` De Lara Guarch, Pablo
  0 siblings, 0 replies; 2+ messages in thread
From: De Lara Guarch, Pablo @ 2017-12-11 12:12 UTC (permalink / raw)
  To: Jerin Jacob, dev; +Cc: Doherty, Declan, stable

Hi Jerin,

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jerin Jacob
> Sent: Tuesday, November 28, 2017 12:51 PM
> To: dev@dpdk.org
> Cc: Doherty, Declan <declan.doherty@intel.com>; Jerin Jacob
> <jerin.jacob@caviumnetworks.com>
> Subject: [dpdk-dev] [PATCH] test/test_cryptodev: fix missing include
> 
> time() is defined in time.h
> 
> Fixes: ffbe3be0d4 ("app/test: add libcrypto")

Missing Cc: stable@dpdk.org, will add it for you.

Apart from that.

Applied to dpdk-next-crypto.
Thanks,

Pablo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-11 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28 12:50 [dpdk-dev] [PATCH] test/test_cryptodev: fix missing include Jerin Jacob
2017-12-11 12:12 ` De Lara Guarch, Pablo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).