All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto/qat: fix capabilities for D15xx device
@ 2017-04-10 13:20 Arek Kusztal
  2017-04-10 13:41 ` Jain, Deepak K
  2017-04-10 13:50 ` Trahe, Fiona
  0 siblings, 2 replies; 4+ messages in thread
From: Arek Kusztal @ 2017-04-10 13:20 UTC (permalink / raw)
  To: dev
  Cc: fiona.trahe, pablo.de.lara.guarch, john.griffin, deepak.k.jain,
	Arek Kusztal

This commit fixes capabilities for Intel(R) QuickAssist
Technology D15xx device

Fixes: 259310f3a984 ("crypto/qat: support device D15xx")

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
---
 drivers/crypto/qat/rte_qat_cryptodev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/crypto/qat/rte_qat_cryptodev.c b/drivers/crypto/qat/rte_qat_cryptodev.c
index 353df69..1bdd30d 100644
--- a/drivers/crypto/qat/rte_qat_cryptodev.c
+++ b/drivers/crypto/qat/rte_qat_cryptodev.c
@@ -125,6 +125,7 @@ crypto_qat_dev_init(__attribute__((unused)) struct rte_cryptodev_driver *crypto_
 		break;
 	case 0x37c9:
 	case 0x19e3:
+	case 0x6f55:
 		internals->qat_dev_capabilities = qat_cpm17_capabilities;
 		break;
 	default:
-- 
2.7.4

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

* Re: [PATCH] crypto/qat: fix capabilities for D15xx device
  2017-04-10 13:20 [PATCH] crypto/qat: fix capabilities for D15xx device Arek Kusztal
@ 2017-04-10 13:41 ` Jain, Deepak K
  2017-04-10 13:50   ` De Lara Guarch, Pablo
  2017-04-10 13:50 ` Trahe, Fiona
  1 sibling, 1 reply; 4+ messages in thread
From: Jain, Deepak K @ 2017-04-10 13:41 UTC (permalink / raw)
  To: Kusztal, ArkadiuszX, dev
  Cc: Trahe, Fiona, De Lara Guarch, Pablo, Griffin, John


> -----Original Message-----
> From: Kusztal, ArkadiuszX
> Sent: Monday, April 10, 2017 2:20 PM
> To: dev@dpdk.org
> Cc: Trahe, Fiona <fiona.trahe@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>; Griffin, John <john.griffin@intel.com>;
> Jain, Deepak K <deepak.k.jain@intel.com>; Kusztal, ArkadiuszX
> <arkadiuszx.kusztal@intel.com>
> Subject: [PATCH] crypto/qat: fix capabilities for D15xx device
> 
> This commit fixes capabilities for Intel(R) QuickAssist Technology D15xx
> device
> 
> Fixes: 259310f3a984 ("crypto/qat: support device D15xx")
> 
> Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
> ---
>  drivers/crypto/qat/rte_qat_cryptodev.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/crypto/qat/rte_qat_cryptodev.c
  	default:
> --
> 2.7.4
Acked-by: Deepak Kumar Jain <depak.k.jain@intel.com>

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

* Re: [PATCH] crypto/qat: fix capabilities for D15xx device
  2017-04-10 13:41 ` Jain, Deepak K
@ 2017-04-10 13:50   ` De Lara Guarch, Pablo
  0 siblings, 0 replies; 4+ messages in thread
From: De Lara Guarch, Pablo @ 2017-04-10 13:50 UTC (permalink / raw)
  To: Jain, Deepak K, Kusztal, ArkadiuszX, dev; +Cc: Trahe, Fiona, Griffin, John



> -----Original Message-----
> From: Jain, Deepak K
> Sent: Monday, April 10, 2017 2:41 PM
> To: Kusztal, ArkadiuszX; dev@dpdk.org
> Cc: Trahe, Fiona; De Lara Guarch, Pablo; Griffin, John
> Subject: RE: [PATCH] crypto/qat: fix capabilities for D15xx device
> 
> 
> > -----Original Message-----
> > From: Kusztal, ArkadiuszX
> > Sent: Monday, April 10, 2017 2:20 PM
> > To: dev@dpdk.org
> > Cc: Trahe, Fiona <fiona.trahe@intel.com>; De Lara Guarch, Pablo
> > <pablo.de.lara.guarch@intel.com>; Griffin, John <john.griffin@intel.com>;
> > Jain, Deepak K <deepak.k.jain@intel.com>; Kusztal, ArkadiuszX
> > <arkadiuszx.kusztal@intel.com>
> > Subject: [PATCH] crypto/qat: fix capabilities for D15xx device
> >
> > This commit fixes capabilities for Intel(R) QuickAssist Technology D15xx
> > device
> >
> > Fixes: 259310f3a984 ("crypto/qat: support device D15xx")
> >
> > Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
> > ---
> >  drivers/crypto/qat/rte_qat_cryptodev.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/crypto/qat/rte_qat_cryptodev.c
>   	default:
> > --
> > 2.7.4
> Acked-by: Deepak Kumar Jain <depak.k.jain@intel.com>

Applied to dpdk-next-crypto.
Thanks,

Pablo

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

* Re: [PATCH] crypto/qat: fix capabilities for D15xx device
  2017-04-10 13:20 [PATCH] crypto/qat: fix capabilities for D15xx device Arek Kusztal
  2017-04-10 13:41 ` Jain, Deepak K
@ 2017-04-10 13:50 ` Trahe, Fiona
  1 sibling, 0 replies; 4+ messages in thread
From: Trahe, Fiona @ 2017-04-10 13:50 UTC (permalink / raw)
  To: Kusztal, ArkadiuszX, dev
  Cc: De Lara Guarch, Pablo, Griffin, John, Jain, Deepak K



> -----Original Message-----
> From: Kusztal, ArkadiuszX
> Sent: Monday, April 10, 2017 2:20 PM
> To: dev@dpdk.org
> Cc: Trahe, Fiona <fiona.trahe@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>; Griffin, John <john.griffin@intel.com>;
> Jain, Deepak K <deepak.k.jain@intel.com>; Kusztal, ArkadiuszX
> <arkadiuszx.kusztal@intel.com>
> Subject: [PATCH] crypto/qat: fix capabilities for D15xx device
> 
> This commit fixes capabilities for Intel(R) QuickAssist
> Technology D15xx device
> 
> Fixes: 259310f3a984 ("crypto/qat: support device D15xx")
> 
> Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>

Acked-by: Fiona Trahe <fiona.trahe@intel.com>

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

end of thread, other threads:[~2017-04-10 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10 13:20 [PATCH] crypto/qat: fix capabilities for D15xx device Arek Kusztal
2017-04-10 13:41 ` Jain, Deepak K
2017-04-10 13:50   ` De Lara Guarch, Pablo
2017-04-10 13:50 ` Trahe, Fiona

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.