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 4286B1B10D for ; Wed, 21 Nov 2018 17:06:48 +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 898DC81F0D; Wed, 21 Nov 2018 16:06:47 +0000 (UTC) Received: from ktraynor.remote.csb (unknown [10.36.118.7]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3FAB22C8E2; Wed, 21 Nov 2018 16:06:46 +0000 (UTC) From: Kevin Traynor To: Tomasz Duszynski Cc: Fiona Trahe , Pablo de Lara , dpdk stable Date: Wed, 21 Nov 2018 16:04:30 +0000 Message-Id: <20181121160440.9014-40-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.27]); Wed, 21 Nov 2018 16:06:47 +0000 (UTC) Subject: [dpdk-stable] patch 'doc: fix typo for cryptodev' 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:48 -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 90095a48b273d4fd811e4e38a16b7a59afbd04c6 Mon Sep 17 00:00:00 2001 From: Tomasz Duszynski Date: Thu, 30 Aug 2018 11:48:29 +0200 Subject: [PATCH] doc: fix typo for cryptodev [ upstream commit 026bde3b9a1a8f42351aba1b2e0a55af3aa4096b ] LB stans for 'Linear Buffers'. For the 'Scatter-gatter list' we have SGL acronym. Fixes: 2717246ecd7d ("cryptodev: replace mbuf scatter gather flag") Signed-off-by: Tomasz Duszynski Acked-by: Fiona Trahe Acked-by: Pablo de Lara --- doc/guides/cryptodevs/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/cryptodevs/overview.rst b/doc/guides/cryptodevs/overview.rst index 3f776f078..607e758da 100644 --- a/doc/guides/cryptodevs/overview.rst +++ b/doc/guides/cryptodevs/overview.rst @@ -34,5 +34,5 @@ Supported Feature Flags - "OOP LB In LB Out" feature flag stands for - "Out-of-place Linear Buffers Input, Scatter-gather list Output", + "Out-of-place Linear Buffers Input, Linear Buffers Output", which means that Out-of-place operation is supported, with linear input and output buffers. -- 2.19.0 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2018-11-21 15:59:14.636526135 +0000 +++ 0040-doc-fix-typo-for-cryptodev.patch 2018-11-21 15:59:13.000000000 +0000 @@ -1,13 +1,14 @@ -From 026bde3b9a1a8f42351aba1b2e0a55af3aa4096b Mon Sep 17 00:00:00 2001 +From 90095a48b273d4fd811e4e38a16b7a59afbd04c6 Mon Sep 17 00:00:00 2001 From: Tomasz Duszynski Date: Thu, 30 Aug 2018 11:48:29 +0200 Subject: [PATCH] doc: fix typo for cryptodev +[ upstream commit 026bde3b9a1a8f42351aba1b2e0a55af3aa4096b ] + LB stans for 'Linear Buffers'. For the 'Scatter-gatter list' we have SGL acronym. Fixes: 2717246ecd7d ("cryptodev: replace mbuf scatter gather flag") -Cc: stable@dpdk.org Signed-off-by: Tomasz Duszynski Acked-by: Fiona Trahe