doc: cryptodev: fix typo

Message ID 1535622509-14718-1-git-send-email-tdu@semihalf.com (mailing list archive)
State Accepted, archived
Delegated to: akhil goyal
Headers
Series doc: cryptodev: fix typo |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Tomasz Duszynski Aug. 30, 2018, 9:48 a.m. UTC
  LB stans for 'Linear Buffers'. For the 'Scatter-gatter list' we have
SGL acronym.

Fixes: 2717246ecd7d ("cryptodev: replace mbuf scatter gather flag")
Cc: pablo.de.lara.guarch@intel.com

Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
---
 doc/guides/cryptodevs/overview.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Fiona Trahe Aug. 30, 2018, 9:52 a.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tomasz Duszynski
> Sent: Thursday, August 30, 2018 10:48 AM
> To: dev@dpdk.org
> Cc: Tomasz Duszynski <tdu@semihalf.com>; De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: cryptodev: fix typo
> 
> LB stans for 'Linear Buffers'. For the 'Scatter-gatter list' we have
> SGL acronym.
> 
> Fixes: 2717246ecd7d ("cryptodev: replace mbuf scatter gather flag")
> Cc: pablo.de.lara.guarch@intel.com
> 
> Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
  
De Lara Guarch, Pablo Aug. 30, 2018, 10:38 a.m. UTC | #2
> -----Original Message-----
> From: Tomasz Duszynski [mailto:tdu@semihalf.com]
> Sent: Thursday, August 30, 2018 10:48 AM
> To: dev@dpdk.org
> Cc: Tomasz Duszynski <tdu@semihalf.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>
> Subject: [PATCH] doc: cryptodev: fix typo
> 
> LB stans for 'Linear Buffers'. For the 'Scatter-gatter list' we have SGL acronym.
> 
> Fixes: 2717246ecd7d ("cryptodev: replace mbuf scatter gather flag")
> Cc: pablo.de.lara.guarch@intel.com
> 
> Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>

Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
  
Akhil Goyal Sept. 26, 2018, 12:25 p.m. UTC | #3
On 8/30/2018 3:18 PM, Tomasz Duszynski wrote:

> LB stans for 'Linear Buffers'. For the 'Scatter-gatter list' we have
> SGL acronym.
>
> Fixes: 2717246ecd7d ("cryptodev: replace mbuf scatter gather flag")
> Cc: pablo.de.lara.guarch@intel.com
>
> Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
> ---
>   doc/guides/cryptodevs/overview.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied to dpdk-next-crypto
cc: stable@dpdk.org

Changed the subject to "doc: fix typo for cryptodev"
  

Patch

diff --git a/doc/guides/cryptodevs/overview.rst b/doc/guides/cryptodevs/overview.rst
index 3f776f0..607e758 100644
--- a/doc/guides/cryptodevs/overview.rst
+++ b/doc/guides/cryptodevs/overview.rst
@@ -33,7 +33,7 @@  Supported Feature Flags
      scatter-gathered styled buffers.
 
    - "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.