DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] crypto/qat: fix compile of qat on freebsd
@ 2016-09-21 11:22 Deepak Kumar Jain
  2016-09-21 17:37 ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 3+ messages in thread
From: Deepak Kumar Jain @ 2016-09-21 11:22 UTC (permalink / raw)
  To: dev; +Cc: sergio.gonzalez.monroy, pablo.de.lara.guarch, Deepak Kumar Jain

Using sys/types.h instead of linux/types.h
so as to compile QAT_PMD on freebsd.

Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices")

Signed-off-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
---
 drivers/crypto/qat/qat_adf/icp_qat_fw.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/qat/qat_adf/icp_qat_fw.h b/drivers/crypto/qat/qat_adf/icp_qat_fw.h
index 498ee83..5de34d5 100644
--- a/drivers/crypto/qat/qat_adf/icp_qat_fw.h
+++ b/drivers/crypto/qat/qat_adf/icp_qat_fw.h
@@ -46,7 +46,7 @@
  */
 #ifndef _ICP_QAT_FW_H_
 #define _ICP_QAT_FW_H_
-#include <linux/types.h>
+#include <sys/types.h>
 #include "icp_qat_hw.h"
 
 #define QAT_FIELD_SET(flags, val, bitpos, mask) \
-- 
2.5.5

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

end of thread, other threads:[~2016-09-21 18:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-21 11:22 [dpdk-dev] [PATCH] crypto/qat: fix compile of qat on freebsd Deepak Kumar Jain
2016-09-21 17:37 ` De Lara Guarch, Pablo
2016-09-21 18:17   ` 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).