[v2,09/10] doc/crypto: document digest-encrypted limitations in qat

Message ID 20190607100608.16212-10-damianx.nowak@intel.com (mailing list archive)
State Superseded, archived
Delegated to: akhil goyal
Headers
Series cryptodev: support encrypted-digest use-cases |

Checks

Context Check Description
ci/Intel-compilation fail Compilation issues
ci/checkpatch success coding style OK

Commit Message

Damian Nowak June 7, 2019, 10:06 a.m. UTC
  This patch adds description of limitation when
using digest-appended auth-cipher operations
on QuickAssist Technology driver.

Signed-off-by: Damian Nowak <damianx.nowak@intel.com>
---
 doc/guides/cryptodevs/qat.rst | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Akhil Goyal June 13, 2019, 8:12 a.m. UTC | #1
Hi Damian,

> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Damian Nowak
> Sent: Friday, June 7, 2019 3:36 PM
> To: dev@dpdk.org
> Cc: fiona.trahe@intel.com; arkadiuszx.kusztal@intel.com; Damian Nowak
> <damianx.nowak@intel.com>
> Subject: [dpdk-dev] [PATCH v2 09/10] doc/crypto: document digest-encrypted
> limitations in qat
> 
> This patch adds description of limitation when
> using digest-appended auth-cipher operations
> on QuickAssist Technology driver.
> 
> Signed-off-by: Damian Nowak <damianx.nowak@intel.com>
> ---
>  doc/guides/cryptodevs/qat.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
> index e905f6d..7b57035 100644
> --- a/doc/guides/cryptodevs/qat.rst
> +++ b/doc/guides/cryptodevs/qat.rst
> @@ -82,6 +82,7 @@ Limitations
>  * ZUC EEA3/EIA3 is not supported by dh895xcc devices
>  * Maximum additional authenticated data (AAD) for GCM is 240 bytes long and
> must be passed to the device in a buffer rounded up to the nearest block-size
> multiple (x16) and padded with zeros.
>  * Queue pairs are not thread-safe (that is, within a single queue pair, RX and TX
> from different lcores is not supported).
> +* Only SNOW 3G (UIA2), KASUMI (F9) and ZUC (EIA3) are supported, when
> using hash-cipher with digest appended and encrypted operations.
> 
>  Extra notes on KASUMI F9
>  ~~~~~~~~~~~~~~~~~~~~~~~~
> --
> 2.7.4

This patch can be squashed to the driver patch which support this feature.

-Akhil
  

Patch

diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
index e905f6d..7b57035 100644
--- a/doc/guides/cryptodevs/qat.rst
+++ b/doc/guides/cryptodevs/qat.rst
@@ -82,6 +82,7 @@  Limitations
 * ZUC EEA3/EIA3 is not supported by dh895xcc devices
 * Maximum additional authenticated data (AAD) for GCM is 240 bytes long and must be passed to the device in a buffer rounded up to the nearest block-size multiple (x16) and padded with zeros.
 * Queue pairs are not thread-safe (that is, within a single queue pair, RX and TX from different lcores is not supported).
+* Only SNOW 3G (UIA2), KASUMI (F9) and ZUC (EIA3) are supported, when using hash-cipher with digest appended and encrypted operations.
 
 Extra notes on KASUMI F9
 ~~~~~~~~~~~~~~~~~~~~~~~~