From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 8861E1B937 for ; Fri, 11 Jan 2019 11:31:58 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from yskoh@mellanox.com) with ESMTPS (AES256-SHA encrypted); 11 Jan 2019 12:31:54 +0200 Received: from scfae-sc-2.mti.labs.mlnx (scfae-sc-2.mti.labs.mlnx [10.101.0.96]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x0BAVjcT018586; Fri, 11 Jan 2019 12:31:53 +0200 From: Yongseok Koh To: Tomasz Cel Cc: Fiona Trahe , Marko Kovacevic , dpdk stable Date: Fri, 11 Jan 2019 02:31:28 -0800 Message-Id: <20190111103142.21088-5-yskoh@mellanox.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190111103142.21088-1-yskoh@mellanox.com> References: <20190111103142.21088-1-yskoh@mellanox.com> Subject: [dpdk-stable] patch 'doc: fix missing CCM to QAT feature list' has been queued to LTS release 17.11.5 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2019 10:31:58 -0000 Hi, FYI, your patch has been queued to LTS release 17.11.5 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 01/13/19. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. If the code is different (ie: not only metadata diffs), due for example to a change in context or macro names, please double check it. Thanks. Yongseok --- >>From 916081d82ed4e9a8b3f2ced9bcd0d798dd114bb7 Mon Sep 17 00:00:00 2001 From: Tomasz Cel Date: Wed, 19 Sep 2018 08:27:18 +0200 Subject: [PATCH] doc: fix missing CCM to QAT feature list [ upstream commit 7bd6f76ee678ec6aa81cb53562f852a43e842718 ] Update the QAT documentation to show that it supports CCM. Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM") Signed-off-by: Tomasz Cel Acked-by: Fiona Trahe Acked-by: Marko Kovacevic --- doc/guides/cryptodevs/features/qat.ini | 3 +++ doc/guides/cryptodevs/qat.rst | 1 + 2 files changed, 4 insertions(+) diff --git a/doc/guides/cryptodevs/features/qat.ini b/doc/guides/cryptodevs/features/qat.ini index 40da8985f..eeaf7de4b 100644 --- a/doc/guides/cryptodevs/features/qat.ini +++ b/doc/guides/cryptodevs/features/qat.ini @@ -51,3 +51,6 @@ ZUC EIA3 = Y AES GCM (128) = Y AES GCM (192) = Y AES GCM (256) = Y +AES CCM (128) = Y +AES CCM (192) = Y +AES CCM (256) = Y diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst index 581cd2f70..8418115b2 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst @@ -80,6 +80,7 @@ Hash algorithms: Supported AEAD algorithms: * ``RTE_CRYPTO_AEAD_AES_GCM`` +* ``RTE_CRYPTO_AEAD_AES_CCM`` Limitations -- 2.11.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2019-01-11 02:29:11.158520368 -0800 +++ 0005-doc-fix-missing-CCM-to-QAT-feature-list.patch 2019-01-11 02:29:10.697973000 -0800 @@ -1,12 +1,13 @@ -From 7bd6f76ee678ec6aa81cb53562f852a43e842718 Mon Sep 17 00:00:00 2001 +From 916081d82ed4e9a8b3f2ced9bcd0d798dd114bb7 Mon Sep 17 00:00:00 2001 From: Tomasz Cel Date: Wed, 19 Sep 2018 08:27:18 +0200 Subject: [PATCH] doc: fix missing CCM to QAT feature list +[ upstream commit 7bd6f76ee678ec6aa81cb53562f852a43e842718 ] + Update the QAT documentation to show that it supports CCM. Fixes: ab56c4d9ed9a ("crypto/qat: support AES-CCM") -Cc: stable@dpdk.org Signed-off-by: Tomasz Cel Acked-by: Fiona Trahe @@ -17,10 +18,10 @@ 2 files changed, 4 insertions(+) diff --git a/doc/guides/cryptodevs/features/qat.ini b/doc/guides/cryptodevs/features/qat.ini -index 29d865e07..220291b2c 100644 +index 40da8985f..eeaf7de4b 100644 --- a/doc/guides/cryptodevs/features/qat.ini +++ b/doc/guides/cryptodevs/features/qat.ini -@@ -56,3 +56,6 @@ ZUC EIA3 = Y +@@ -51,3 +51,6 @@ ZUC EIA3 = Y AES GCM (128) = Y AES GCM (192) = Y AES GCM (256) = Y @@ -28,10 +29,10 @@ +AES CCM (192) = Y +AES CCM (256) = Y diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst -index af1079918..b09624f2c 100644 +index 581cd2f70..8418115b2 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst -@@ -66,6 +66,7 @@ Hash algorithms: +@@ -80,6 +80,7 @@ Hash algorithms: Supported AEAD algorithms: * ``RTE_CRYPTO_AEAD_AES_GCM``