From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 97FCD1B11F for ; Wed, 21 Nov 2018 17:06:49 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F31C4308ED4B; Wed, 21 Nov 2018 16:06:48 +0000 (UTC) Received: from ktraynor.remote.csb (unknown [10.36.118.7]) by smtp.corp.redhat.com (Postfix) with ESMTP id DB6F22C8DC; Wed, 21 Nov 2018 16:06:47 +0000 (UTC) From: Kevin Traynor To: Tomasz Cel Cc: Fiona Trahe , Marko Kovacevic , dpdk stable Date: Wed, 21 Nov 2018 16:04:31 +0000 Message-Id: <20181121160440.9014-41-ktraynor@redhat.com> In-Reply-To: <20181121160440.9014-1-ktraynor@redhat.com> References: <20181121160440.9014-1-ktraynor@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Wed, 21 Nov 2018 16:06:49 +0000 (UTC) Subject: [dpdk-stable] patch 'doc: fix missing CCM to QAT feature list' has been queued to stable release 18.08.1 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: Wed, 21 Nov 2018 16:06:50 -0000 Hi, FYI, your patch has been queued to stable release 18.08.1 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 11/26/18. 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. Kevin Traynor --- >>From 3c74dac8de6307c6608d781443591a400c0ded28 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 29d865e07..220291b2c 100644 --- a/doc/guides/cryptodevs/features/qat.ini +++ b/doc/guides/cryptodevs/features/qat.ini @@ -57,2 +57,5 @@ 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 bdc58eb2c..c2528bcaa 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst @@ -55,4 +55,5 @@ Supported AEAD algorithms: * ``RTE_CRYPTO_AEAD_AES_GCM`` +* ``RTE_CRYPTO_AEAD_AES_CCM`` -- 2.19.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2018-11-21 15:59:14.660443711 +0000 +++ 0041-doc-fix-missing-CCM-to-QAT-feature-list.patch 2018-11-21 15:59:13.000000000 +0000 @@ -1,12 +1,13 @@ -From 7bd6f76ee678ec6aa81cb53562f852a43e842718 Mon Sep 17 00:00:00 2001 +From 3c74dac8de6307c6608d781443591a400c0ded28 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 @@ -27,10 +28,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 bdc58eb2c..c2528bcaa 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst -@@ -67,4 +67,5 @@ Supported AEAD algorithms: +@@ -55,4 +55,5 @@ Supported AEAD algorithms: * ``RTE_CRYPTO_AEAD_AES_GCM`` +* ``RTE_CRYPTO_AEAD_AES_CCM``