Hi Adam,

> -----Original Message-----
> From: Dybkowski, AdamX <adamx.dybkow...@intel.com>
> Sent: Monday, July 13, 2020 12:10 PM
> To: Trahe, Fiona <fiona.tr...@intel.com>; akhil.go...@nxp.com; dev@dpdk.org
> Cc: Dybkowski, AdamX <adamx.dybkow...@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.dybkow...@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.

Reply via email to