From: "Trahe, Fiona" <fiona.trahe@intel.com>
To: "Dybkowski, AdamX" <adamx.dybkowski@intel.com>,
"akhil.goyal@nxp.com" <akhil.goyal@nxp.com>,
"dev@dpdk.org" <dev@dpdk.org>
Cc: "Trahe, Fiona" <fiona.trahe@intel.com>
Subject: Re: [dpdk-dev] [PATCH v2 1/1] common/qat: support GEN2 QAT device 200xx
Date: Mon, 13 Jul 2020 15:27:17 +0000 [thread overview]
Message-ID: <SN6PR11MB28806D894E28F910A09D22A6E4600@SN6PR11MB2880.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20200713110953.3575-2-adamx.dybkowski@intel.com>
Hi Adam,
> -----Original Message-----
> From: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Sent: Monday, July 13, 2020 12:10 PM
> To: Trahe, Fiona <fiona.trahe@intel.com>; akhil.goyal@nxp.com; dev@dpdk.org
> Cc: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Subject: [PATCH v2 1/1] common/qat: support GEN2 QAT device 200xx
>
> This adds pci detection and documentation for Intel GEN2
> QuickAssist device 200xx (PF Did 0x18ee, VF Did 0x18ef).
>
> Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
> ---
> doc/guides/compressdevs/qat_comp.rst | 3 ++-
> doc/guides/cryptodevs/qat.rst | 8 ++++++--
> doc/guides/rel_notes/release_20_08.rst | 5 +++++
> drivers/common/qat/qat_device.c | 6 +++++-
> 4 files changed, 18 insertions(+), 4 deletions(-)
>
> diff --git a/doc/guides/compressdevs/qat_comp.rst b/doc/guides/compressdevs/qat_comp.rst
> index 475c4a9f9..d421df235 100644
> --- a/doc/guides/compressdevs/qat_comp.rst
> +++ b/doc/guides/compressdevs/qat_comp.rst
> @@ -1,5 +1,5 @@
> .. SPDX-License-Identifier: BSD-3-Clause
> - Copyright(c) 2018 Intel Corporation.
> + Copyright(c) 2018-2020 Intel Corporation.
>
> Intel(R) QuickAssist (QAT) Compression Poll Mode Driver
> =======================================================
> @@ -9,6 +9,7 @@ support for the following hardware accelerator devices:
>
> * ``Intel QuickAssist Technology C62x``
> * ``Intel QuickAssist Technology C3xxx``
> +* ``Intel QuickAssist Technology 200xx``
> * ``Intel QuickAssist Technology DH895x``
>
>
> diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
> index 7f4036c32..a527744a4 100644
> --- a/doc/guides/cryptodevs/qat.rst
> +++ b/doc/guides/cryptodevs/qat.rst
> @@ -22,6 +22,7 @@ poll mode crypto driver support for the following hardware accelerator devices:
> * ``Intel QuickAssist Technology DH895xCC``
> * ``Intel QuickAssist Technology C62x``
> * ``Intel QuickAssist Technology C3xxx``
> +* ``Intel QuickAssist Technology 200xx``
> * ``Intel QuickAssist Technology D15xx``
> * ``Intel QuickAssist Technology P5xxx``
>
> @@ -162,6 +163,7 @@ poll mode crypto driver support for the following hardware accelerator devices:
> * ``Intel QuickAssist Technology DH895xCC``
> * ``Intel QuickAssist Technology C62x``
> * ``Intel QuickAssist Technology C3xxx``
> +* ``Intel QuickAssist Technology 200xx``
> * ``Intel QuickAssist Technology D15xx``
> * ``Intel QuickAssist Technology P5xxx``
>
> @@ -391,6 +393,8 @@ to see the full table)
> +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+
> | Yes | Yes | Yes | " | " | 01.org/4.2.0+ | " | " | " | " | " | " |
> +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+
> + | Yes | Yes | Yes | 2 | 200xx | p | qat_200xx | 200xx | 18ee | 1 | 18ef | 16 |
> + +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+
[Fiona] For 20.08 this device should only be enabled for sym crypto - the rest will be enabled later.
next prev parent reply other threads:[~2020-07-13 15:27 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-09 12:29 [dpdk-dev] [PATCH] common/qat: support GEN2 device C34xx Adam Dybkowski
2020-07-13 11:09 ` [dpdk-dev] [PATCH v2 0/1] common/qat: support GEN2 QAT device 200xx Adam Dybkowski
2020-07-13 11:09 ` [dpdk-dev] [PATCH v2 1/1] " Adam Dybkowski
2020-07-13 15:27 ` Trahe, Fiona [this message]
2020-07-16 11:47 ` [dpdk-dev] [PATCH v3 0/2] " Adam Dybkowski
2020-07-16 11:47 ` [dpdk-dev] [PATCH v3 1/2] " Adam Dybkowski
2020-07-16 11:47 ` [dpdk-dev] [PATCH v3 2/2] doc: update QAT PMD release notes Adam Dybkowski
2020-07-16 16:54 ` Akhil Goyal
2020-07-22 8:07 ` [dpdk-dev] [PATCH v4 0/1] common/qat: support GEN2 QAT device 200xx Adam Dybkowski
2020-07-22 8:07 ` [dpdk-dev] [PATCH v4 1/1] " Adam Dybkowski
2020-07-22 11:05 ` Trahe, Fiona
2020-07-26 18:45 ` Akhil Goyal
2020-07-27 10:14 ` [dpdk-dev] [PATCH v5 0/2] " Adam Dybkowski
2020-07-27 10:14 ` [dpdk-dev] [PATCH v5 1/2] " Adam Dybkowski
2020-07-27 10:14 ` [dpdk-dev] [PATCH v5 2/2] doc: update QAT PMD release notes Adam Dybkowski
2020-07-28 22:16 ` Thomas Monjalon
2020-07-28 20:05 ` [dpdk-dev] [PATCH v5 0/2] common/qat: support GEN2 QAT device 200xx Akhil Goyal
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=SN6PR11MB28806D894E28F910A09D22A6E4600@SN6PR11MB2880.namprd11.prod.outlook.com \
--to=fiona.trahe@intel.com \
--cc=adamx.dybkowski@intel.com \
--cc=akhil.goyal@nxp.com \
--cc=dev@dpdk.org \
/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).