From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 965BBA04F3 for ; Thu, 19 Dec 2019 15:35:54 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 883A9330; Thu, 19 Dec 2019 15:35:54 +0100 (CET) Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id CF7F4330 for ; Thu, 19 Dec 2019 15:35:53 +0100 (CET) Received: by mail-wm1-f67.google.com with SMTP id d73so5676188wmd.1 for ; Thu, 19 Dec 2019 06:35:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=qO/3M6RPkyA6nuynUPQA+JNXZ3sVgDwtPkoJcmKXZGU=; b=Qtv1roF5CwDwuCpGIgBPOSrfps2FrVlBdfZ0WcnTdnsc1QEYT/cMiwHh7o0EX++DrB E3l5S3Tyc2KMO1UcLK4q2BVRukESdfgfWy3uTtT0e3C6XW3O0dzNNMlf6ZCIrM5psjyY Oos3wllk3th0nj51tjt9bXTjFXzW6hUCQ43b6GPMn5qQSu/rTAADFhytJi4OuapT4vg8 BnvZSO65ZSLgi6FSttqADqCz+BDtpyMZtB8KdWvsDvVo11BQAmv5whI5yNyb3ZLl0qQG 8job+akshnTonZhMbUpsgbwlE8yajMVxcpoIxUCtveonoT0CpVUkIWlPfCU982iZg5bm ioxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=qO/3M6RPkyA6nuynUPQA+JNXZ3sVgDwtPkoJcmKXZGU=; b=FGIV95tBHs5pHDvuKFbaygr6/ojD6YESMWUH5HdcwppA8/LGVUcdHHwrq4+FhHXhOK jpPcEuVgvsx7HSz6vU8YwQrF1Ila4efx/ciQXyyPTrcrjG6sEqA0a4sC5Wx+kod5HA1j +I85DgNk6J56lmqpJmpGFiZOayO1hqQz3C8drXL3CkNTTwjrIIT+ZC6TkPgTM0cfkwfW sOTzlysh+bYbw3H8HVpVenpwKVwcEIxZTRcW0Pw/SdyKzLVzbPyObClREtEDj7sbRPJM zdqMRAw2syRVftvhynGXIR/p48lf6FezaQMB4QQgGGWxc/PbLWngEIkCEfhNJguPVSqR RaPA== X-Gm-Message-State: APjAAAXdOkoYSJ8xsXdatjbJEsgO1zg4PfacIMweGYnmghLuvxXb3GO8 jCK3dXnh8igYezfuHCG5as/I1PlIcTg= X-Google-Smtp-Source: APXvYqwYJ3cVHlST41hp8oq8kIA3L4DsVlB219x3OW1xJe9OZDw6CGHN8iEkJGnEx7phIZ0+A3sLcA== X-Received: by 2002:a1c:a513:: with SMTP id o19mr9788601wme.156.1576766153605; Thu, 19 Dec 2019 06:35:53 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id z6sm6675949wrw.36.2019.12.19.06.35.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Dec 2019 06:35:53 -0800 (PST) From: luca.boccassi@gmail.com To: Fan Zhang Cc: dpdk stable Date: Thu, 19 Dec 2019 14:32:48 +0000 Message-Id: <20191219143447.21506-21-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191219143447.21506-1-luca.boccassi@gmail.com> References: <20191219143447.21506-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'doc: fix AESNI-GCM limitations in crypto guide' has been queued to LTS release 17.11.10 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to LTS release 17.11.10 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 12/21/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. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Thanks. Luca Boccassi --- >From 5420f2a13b5899a88e5869fc58d6f92803ddf581 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Tue, 17 Sep 2019 13:06:46 +0100 Subject: [PATCH] doc: fix AESNI-GCM limitations in crypto guide [ upstream commit 185059c0f3ebdf396aa12877689e51880d47027e ] This patch fixes the aesni-gcm cryptodev documentation by filling the lacked unsupported chained mbuf description. Fixes: 6f16aab09a91 ("crypto/aesni_gcm: migrate to Multi-buffer library") Signed-off-by: Fan Zhang --- doc/guides/cryptodevs/aesni_gcm.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst index a1f5848348..9a03dec612 100644 --- a/doc/guides/cryptodevs/aesni_gcm.rst +++ b/doc/guides/cryptodevs/aesni_gcm.rst @@ -48,11 +48,12 @@ AEAD algorithms: * RTE_CRYPTO_AEAD_AES_GCM - Limitations ----------- * Chained mbufs are supported but only out-of-place (destination mbuf must be contiguous). +* Chained mbufs are only supported by RTE_CRYPTO_AEAD_AES_GCM algorithm, + not RTE_CRYPTO_AUTH_AES_GMAC. * Cipher only is not supported. -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2019-12-19 14:32:27.165286401 +0000 +++ 0021-doc-fix-AESNI-GCM-limitations-in-crypto-guide.patch 2019-12-19 14:32:25.521286245 +0000 @@ -1,13 +1,14 @@ -From 185059c0f3ebdf396aa12877689e51880d47027e Mon Sep 17 00:00:00 2001 +From 5420f2a13b5899a88e5869fc58d6f92803ddf581 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Tue, 17 Sep 2019 13:06:46 +0100 Subject: [PATCH] doc: fix AESNI-GCM limitations in crypto guide +[ upstream commit 185059c0f3ebdf396aa12877689e51880d47027e ] + This patch fixes the aesni-gcm cryptodev documentation by filling the lacked unsupported chained mbuf description. Fixes: 6f16aab09a91 ("crypto/aesni_gcm: migrate to Multi-buffer library") -Cc: stable@dpdk.org Signed-off-by: Fan Zhang --- @@ -15,10 +16,10 @@ 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst -index 9a8bc9323f..15002aba7f 100644 +index a1f5848348..9a03dec612 100644 --- a/doc/guides/cryptodevs/aesni_gcm.rst +++ b/doc/guides/cryptodevs/aesni_gcm.rst -@@ -22,11 +22,12 @@ AEAD algorithms: +@@ -48,11 +48,12 @@ AEAD algorithms: * RTE_CRYPTO_AEAD_AES_GCM