From: Arek Kusztal Date: Tue, 25 Apr 2017 14:39:36 +0000 (+0100) Subject: doc: add limitation of AAD size to QAT guide X-Git-Tag: spdx-start~3321 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d4f44265a1d74d270da2a6deaec8938b2f1b49d4;p=dpdk.git doc: add limitation of AAD size to QAT guide Add limitation of additional authenticated data (AAD) in Intel QuickAssist Technology driver rst file Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") Cc: stable@dpdk.org Signed-off-by: Arek Kusztal Acked-by: Fiona Trahe --- diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst index 39f03222ee..21b56fc695 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst @@ -88,6 +88,7 @@ Limitations * SNOW 3G (UIA2) and KASUMI (F9) supported only if hash length, hash offset fields are byte-aligned. * No BSD support as BSD QAT kernel driver not available. * ZUC EEA3/EIA3 is not supported by dh895xcc devices +* Maximum additional authenticated data (AAD) for GCM is 240 bytes long. Installation