doc: fix typo for cryptodev
authorTomasz Duszynski <tdu@semihalf.com>
Thu, 30 Aug 2018 09:48:29 +0000 (11:48 +0200)
committerAkhil Goyal <akhil.goyal@nxp.com>
Tue, 25 Sep 2018 14:07:43 +0000 (16:07 +0200)
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 <tdu@semihalf.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
doc/guides/cryptodevs/overview.rst

index 3f776f0..607e758 100644 (file)
@@ -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.