* [PATCH v1] doc: update QAT device support
@ 2022-11-15 14:34 Brian Dooley
2022-11-18 17:19 ` [PATCH v2] " Brian Dooley
0 siblings, 1 reply; 4+ messages in thread
From: Brian Dooley @ 2022-11-15 14:34 UTC (permalink / raw)
To: Kai Ji; +Cc: dev, stable, gakhil, Brian Dooley
Update Asymmetric Crypto Service on QAT devices.
Signed-off-by: Brian Dooley <brian.dooley@intel.com>
---
doc/guides/cryptodevs/qat.rst | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
index 2d895e61ac..9a5a4e6203 100644
--- a/doc/guides/cryptodevs/qat.rst
+++ b/doc/guides/cryptodevs/qat.rst
@@ -168,7 +168,6 @@ poll mode crypto driver support for the following hardware accelerator devices:
* ``Intel QuickAssist Technology C62x``
* ``Intel QuickAssist Technology C3xxx``
* ``Intel QuickAssist Technology D15xx``
-* ``Intel QuickAssist Technology C4xxx``
* ``Intel QuickAssist Technology 4xxx``
The QAT ASYM PMD has support for:
--
2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2] doc: update QAT device support
2022-11-15 14:34 [PATCH v1] doc: update QAT device support Brian Dooley
@ 2022-11-18 17:19 ` Brian Dooley
2022-11-21 16:12 ` Ji, Kai
2022-11-22 9:17 ` Thomas Monjalon
0 siblings, 2 replies; 4+ messages in thread
From: Brian Dooley @ 2022-11-18 17:19 UTC (permalink / raw)
To: Kai Ji; +Cc: dev, stable, gakhil, Brian Dooley
Update what drivers and devices are supported for Asymmetric Crypto
Service on QAT
Signed-off-by: Brian Dooley <brian.dooley@intel.com>
---
doc/guides/cryptodevs/qat.rst | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
index 2d895e61ac..76d8187298 100644
--- a/doc/guides/cryptodevs/qat.rst
+++ b/doc/guides/cryptodevs/qat.rst
@@ -168,8 +168,8 @@ poll mode crypto driver support for the following hardware accelerator devices:
* ``Intel QuickAssist Technology C62x``
* ``Intel QuickAssist Technology C3xxx``
* ``Intel QuickAssist Technology D15xx``
-* ``Intel QuickAssist Technology C4xxx``
* ``Intel QuickAssist Technology 4xxx``
+* ``Intel QuickAssist Technology 401xxx``
The QAT ASYM PMD has support for:
@@ -393,9 +393,15 @@ to see the full table)
+-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+
| Yes | No | No | 3 | C4xxx | p | qat_c4xxx | c4xxx | 18a0 | 1 | 18a1 | 128 |
+-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+
- | Yes | No | No | 4 | 4xxx | N/A | qat_4xxx | 4xxx | 4940 | 4 | 4941 | 16 |
+ | Yes | Yes | No | 4 | 4xxx | linux/5.11+ | qat_4xxx | 4xxx | 4940 | 4 | 4941 | 16 |
+ +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+
+ | Yes | Yes | Yes | 4 | 4xxx | linux/5.17+ | qat_4xxx | 4xxx | 4940 | 4 | 4941 | 16 |
+ +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+
+ | Yes | No | No | 4 | 4xxx | IDZ/ N/A | qat_4xxx | 4xxx | 4940 | 4 | 4941 | 16 |
+ +-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+
+ | Yes | Yes | Yes | 4 | 401xxx | linux/5.19+ | qat_401xxx | 4xxx | 4942 | 2 | 4943 | 16 |
+-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+
- | Yes | No | No | 4 | 401xxx | N/A | qat_401xxx | 4xxx | 4942 | 2 | 4943 | 16 |
+ | Yes | No | No | 4 | 401xxx | IDZ/ N/A | qat_401xxx | 4xxx | 4942 | 2 | 4943 | 16 |
+-----+-----+-----+-----+----------+---------------+---------------+------------+--------+------+--------+--------+
* Note: Symmetric mixed crypto algorithms feature on Gen 2 works only with IDZ driver version 4.9.0+
@@ -416,6 +422,11 @@ If you are running on a kernel which includes a driver for your device, see
`Installation using IDZ QAT driver`_.
+.. Note::
+
+ The Asymmetric service is not supported by DPDK QAT PMD for the Gen 3 platform.
+ The actual Crypto services enabled on the system depend on QAT driver capabilities and hardware slice configuration.
+
Installation using kernel.org driver
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH v2] doc: update QAT device support
2022-11-18 17:19 ` [PATCH v2] " Brian Dooley
@ 2022-11-21 16:12 ` Ji, Kai
2022-11-22 9:17 ` Thomas Monjalon
1 sibling, 0 replies; 4+ messages in thread
From: Ji, Kai @ 2022-11-21 16:12 UTC (permalink / raw)
To: Dooley, Brian; +Cc: dev, stable, gakhil
Acked-by: Kai Ji <kai.ji@intel.com>
> -----Original Message-----
> From: Dooley, Brian <brian.dooley@intel.com>
> Sent: Friday, November 18, 2022 5:19 PM
> To: Ji, Kai <kai.ji@intel.com>
> Cc: dev@dpdk.org; stable@dpdk.org; gakhil@marvell.com; Dooley, Brian
> <brian.dooley@intel.com>
> Subject: [PATCH v2] doc: update QAT device support
>
> Update what drivers and devices are supported for Asymmetric Crypto Service
> on QAT
>
> Signed-off-by: Brian Dooley <brian.dooley@intel.com>
> ---
> doc/guides/cryptodevs/qat.rst | 17 ++++++++++++++---
> 1 file changed, 14 insertions(+), 3 deletions(-)
>
> diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
> index 2d895e61ac..76d8187298 100644
> --- a/doc/guides/cryptodevs/qat.rst
> +++ b/doc/guides/cryptodevs/qat.rst
> @@ -168,8 +168,8 @@ poll mode crypto driver support for the following
> hardware accelerator devices:
> * ``Intel QuickAssist Technology C62x``
> * ``Intel QuickAssist Technology C3xxx``
> * ``Intel QuickAssist Technology D15xx``
> -* ``Intel QuickAssist Technology C4xxx``
> * ``Intel QuickAssist Technology 4xxx``
> +* ``Intel QuickAssist Technology 401xxx``
>
> The QAT ASYM PMD has support for:
>
> @@ -393,9 +393,15 @@ to see the full table)
> +-----+-----+-----+-----+----------+---------------+---------------+------------+--------
> +------+--------+--------+
> | Yes | No | No | 3 | C4xxx | p | qat_c4xxx | c4xxx | 18a0 | 1
> | 18a1 | 128 |
> +-----+-----+-----+-----+----------+---------------+---------------+------------+--------
> +------+--------+--------+
> - | Yes | No | No | 4 | 4xxx | N/A | qat_4xxx | 4xxx | 4940 | 4
> | 4941 | 16 |
> + | Yes | Yes | No | 4 | 4xxx | linux/5.11+ | qat_4xxx | 4xxx | 4940
> | 4 | 4941 | 16 |
> + +-----+-----+-----+-----+----------+---------------+---------------+------------+--------
> +------+--------+--------+
> + | Yes | Yes | Yes | 4 | 4xxx | linux/5.17+ | qat_4xxx | 4xxx | 4940
> | 4 | 4941 | 16 |
> + +-----+-----+-----+-----+----------+---------------+---------------+------------+--------
> +------+--------+--------+
> + | Yes | No | No | 4 | 4xxx | IDZ/ N/A | qat_4xxx | 4xxx | 4940 |
> 4 | 4941 | 16 |
> + +-----+-----+-----+-----+----------+---------------+---------------+------------+--------
> +------+--------+--------+
> + | Yes | Yes | Yes | 4 | 401xxx | linux/5.19+ | qat_401xxx | 4xxx |
> 4942 | 2 | 4943 | 16 |
> +-----+-----+-----+-----+----------+---------------+---------------+------------+--------
> +------+--------+--------+
> - | Yes | No | No | 4 | 401xxx | N/A | qat_401xxx | 4xxx | 4942
> | 2 | 4943 | 16 |
> + | Yes | No | No | 4 | 401xxx | IDZ/ N/A | qat_401xxx | 4xxx | 4942
> | 2 | 4943 | 16 |
> +-----+-----+-----+-----+----------+---------------+---------------+------------+--------
> +------+--------+--------+
>
> * Note: Symmetric mixed crypto algorithms feature on Gen 2 works only with
> IDZ driver version 4.9.0+ @@ -416,6 +422,11 @@ If you are running on a kernel
> which includes a driver for your device, see `Installation using IDZ QAT driver`_.
>
>
> +.. Note::
> +
> + The Asymmetric service is not supported by DPDK QAT PMD for the Gen 3
> platform.
> + The actual Crypto services enabled on the system depend on QAT driver
> capabilities and hardware slice configuration.
> +
> Installation using kernel.org driver
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> --
> 2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] doc: update QAT device support
2022-11-18 17:19 ` [PATCH v2] " Brian Dooley
2022-11-21 16:12 ` Ji, Kai
@ 2022-11-22 9:17 ` Thomas Monjalon
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2022-11-22 9:17 UTC (permalink / raw)
To: Brian Dooley; +Cc: Kai Ji, dev, stable, gakhil
18/11/2022 18:19, Brian Dooley:
> Update what drivers and devices are supported for Asymmetric Crypto
> Service on QAT
>
> Signed-off-by: Brian Dooley <brian.dooley@intel.com>
Acked-by: Kai Ji <kai.ji@intel.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-11-22 9:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15 14:34 [PATCH v1] doc: update QAT device support Brian Dooley
2022-11-18 17:19 ` [PATCH v2] " Brian Dooley
2022-11-21 16:12 ` Ji, Kai
2022-11-22 9:17 ` Thomas Monjalon
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).