DPDK patches and discussions
 help / color / mirror / Atom feed
From: Fiona Trahe <fiona.trahe@intel.com>
To: dev@dpdk.org, pablo.de.lara.guarch@intel.com
Cc: deepak.k.jain@intel.com, fiona.trahe@intel.com, john.griffin@intel.com
Subject: [dpdk-dev] [PATCH] crypto/qat: add support for Intel QAT device D15xx
Date: Tue, 21 Feb 2017 15:40:10 +0000	[thread overview]
Message-ID: <1487691610-11974-1-git-send-email-fiona.trahe@intel.com> (raw)

Add support for Intel QuickAssist Technology device D15xx

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
---
 drivers/crypto/qat/rte_qat_cryptodev.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/crypto/qat/rte_qat_cryptodev.c b/drivers/crypto/qat/rte_qat_cryptodev.c
index 5b34f5e..386a449 100644
--- a/drivers/crypto/qat/rte_qat_cryptodev.c
+++ b/drivers/crypto/qat/rte_qat_cryptodev.c
@@ -77,6 +77,9 @@ static const struct rte_pci_id pci_id_qat_map[] = {
 		{
 			RTE_PCI_DEVICE(0x8086, 0x19e3),
 		},
+		{
+			RTE_PCI_DEVICE(0x8086, 0x6f55),
+		},
 		{.device_id = 0},
 };
 
-- 
2.5.0

             reply	other threads:[~2017-02-21 15:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-21 15:40 Fiona Trahe [this message]
2017-03-09 19:20 ` [dpdk-dev] [PATCH v2 0/3] " Fiona Trahe
2017-03-09 19:20 ` [dpdk-dev] [PATCH v2 1/3] " Fiona Trahe
2017-03-30  8:30   ` Jain, Deepak K
2017-03-09 19:20 ` [dpdk-dev] [PATCH v2 2/3] doc: restructure QAT PMD guide Fiona Trahe
2017-03-22 12:29   ` Mcnamara, John
2017-03-09 19:20 ` [dpdk-dev] [PATCH v2 3/3] doc: add support for Intel QAT device D15xx Fiona Trahe
2017-03-22 12:35   ` Mcnamara, John
2017-04-03 14:13 ` [dpdk-dev] [PATCH v3 0/3] crypto/qat: " Fiona Trahe
2017-04-04  9:48   ` De Lara Guarch, Pablo
2017-04-03 14:13 ` [dpdk-dev] [PATCH v3 1/3] " Fiona Trahe
2017-04-03 15:10   ` Jain, Deepak K
2017-04-03 14:13 ` [dpdk-dev] [PATCH v3 2/3] doc: restructure QAT PMD guide Fiona Trahe
2017-04-03 15:15   ` Mcnamara, John
2017-04-03 14:13 ` [dpdk-dev] [PATCH v3 3/3] doc: add support for Intel QAT device D15xx Fiona Trahe
2017-04-03 15:15   ` Mcnamara, John

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487691610-11974-1-git-send-email-fiona.trahe@intel.com \
    --to=fiona.trahe@intel.com \
    --cc=deepak.k.jain@intel.com \
    --cc=dev@dpdk.org \
    --cc=john.griffin@intel.com \
    --cc=pablo.de.lara.guarch@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).