From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CB12C43B67 for ; Fri, 8 Mar 2024 15:31:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B9EDB42F3F; Fri, 8 Mar 2024 15:31:02 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 01B0F40E2D for ; Fri, 8 Mar 2024 15:31:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1709908260; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PA5AyYZK7bkISN5JvVeE2oOrc2aV3tudB8wsVrRB+90=; b=iPGjFOLC3UtBqwZz15wwkv36rz92SW9bl9hZpShosbcAf5mfSmov63XU5ckxS8h2C4DdQH DptTEPe4wqso3PoMu+h9KMyM+iumt1Ud4uyoW9cjRJP6672jcSjpDUnBFNm41qh9nwtXa0 wg0OiimLfFq5dDOqOV1fqaV2TcSW6OI= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-341-kpKZXKgnMA-ui11o-mCvRw-1; Fri, 08 Mar 2024 09:30:57 -0500 X-MC-Unique: kpKZXKgnMA-ui11o-mCvRw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id ECB9E88F563; Fri, 8 Mar 2024 14:30:56 +0000 (UTC) Received: from rh.redhat.com (unknown [10.39.194.94]) by smtp.corp.redhat.com (Postfix) with ESMTP id 90D213701; Fri, 8 Mar 2024 14:29:55 +0000 (UTC) From: Kevin Traynor To: Andrew Boyer Cc: Akhil Goyal , dpdk stable Subject: patch 'doc: fix typos in cryptodev overview' has been queued to stable release 21.11.7 Date: Fri, 8 Mar 2024 14:27:56 +0000 Message-ID: <20240308142824.528417-8-ktraynor@redhat.com> In-Reply-To: <20240308142824.528417-1-ktraynor@redhat.com> References: <20240308142824.528417-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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 Hi, FYI, your patch has been queued to stable release 21.11.7 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 03/13/24. 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. Queued patches are on a temporary branch at: https://github.com/kevintraynor/dpdk-stable This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable/commit/4e761a47abd241566e7acc7cbb37005706aeebd5 Thanks. Kevin --- >From 4e761a47abd241566e7acc7cbb37005706aeebd5 Mon Sep 17 00:00:00 2001 From: Andrew Boyer Date: Thu, 22 Feb 2024 09:41:11 -0800 Subject: [PATCH] doc: fix typos in cryptodev overview [ upstream commit 85256fea3859b57451657919486e4559b0f2677c ] Very minor improvements. Fixes: 2717246ecd7d ("cryptodev: replace mbuf scatter gather flag") Signed-off-by: Andrew Boyer Acked-by: Akhil Goyal --- doc/guides/cryptodevs/overview.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/cryptodevs/overview.rst b/doc/guides/cryptodevs/overview.rst index d754b0cfc6..b068d0d19c 100644 --- a/doc/guides/cryptodevs/overview.rst +++ b/doc/guides/cryptodevs/overview.rst @@ -21,9 +21,9 @@ Supported Feature Flags "Out-of-place Scatter-gather list Input, Scatter-gather list Output", which means PMD supports different scatter-gather styled input and output buffers - (i.e. both can consists of multiple segments). + (i.e. both can consist of multiple segments). - "OOP SGL In LB Out" feature flag stands for "Out-of-place Scatter-gather list Input, Linear Buffers Output", - which means PMD supports input from scatter-gathered styled buffers, + which means PMD supports input from scatter-gather styled buffers, outputting linear buffers (i.e. single segment). @@ -31,5 +31,5 @@ Supported Feature Flags "Out-of-place Linear Buffers Input, Scatter-gather list Output", which means PMD supports input from linear buffer, outputting - scatter-gathered styled buffers. + scatter-gather styled buffers. - "OOP LB In LB Out" feature flag stands for -- 2.43.2 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2024-03-08 13:47:49.301150504 +0000 +++ 0008-doc-fix-typos-in-cryptodev-overview.patch 2024-03-08 13:47:48.990686579 +0000 @@ -1 +1 @@ -From 85256fea3859b57451657919486e4559b0f2677c Mon Sep 17 00:00:00 2001 +From 4e761a47abd241566e7acc7cbb37005706aeebd5 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 85256fea3859b57451657919486e4559b0f2677c ] + @@ -9 +10,0 @@ -Cc: stable@dpdk.org