DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [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	[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 [dpdk-dev] [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 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).