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

* Re: [dpdk-dev] [PATCH] crypto/qat: fix compile of qat on freebsd
  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
  0 siblings, 1 reply; 3+ messages in thread
From: De Lara Guarch, Pablo @ 2016-09-21 17:37 UTC (permalink / raw)
  To: Jain, Deepak K, dev; +Cc: Gonzalez Monroy, Sergio, stable



> -----Original Message-----
> From: Jain, Deepak K
> Sent: Wednesday, September 21, 2016 4:23 AM
> To: dev@dpdk.org
> Cc: Gonzalez Monroy, Sergio; De Lara Guarch, Pablo; Jain, Deepak K
> Subject: [PATCH] crypto/qat: fix compile of qat on freebsd
> 
> 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>

Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

This should get merged in the stable subtree as well.

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

* Re: [dpdk-dev] [PATCH] crypto/qat: fix compile of qat on freebsd
  2016-09-21 17:37 ` De Lara Guarch, Pablo
@ 2016-09-21 18:17   ` De Lara Guarch, Pablo
  0 siblings, 0 replies; 3+ messages in thread
From: De Lara Guarch, Pablo @ 2016-09-21 18:17 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, Jain, Deepak K, dev
  Cc: Gonzalez Monroy, Sergio, stable



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of De Lara Guarch,
> Pablo
> Sent: Wednesday, September 21, 2016 10:37 AM
> To: Jain, Deepak K; dev@dpdk.org
> Cc: Gonzalez Monroy, Sergio; stable@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] crypto/qat: fix compile of qat on freebsd
> 
> 
> 
> > -----Original Message-----
> > From: Jain, Deepak K
> > Sent: Wednesday, September 21, 2016 4:23 AM
> > To: dev@dpdk.org
> > Cc: Gonzalez Monroy, Sergio; De Lara Guarch, Pablo; Jain, Deepak K
> > Subject: [PATCH] crypto/qat: fix compile of qat on freebsd
> >
> > 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>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> 
> This should get merged in the stable subtree as well.

Applied to dpdk-next-crypto.
Thanks,

Pablo

^ 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).