From: Tomasz Duszynski Date: Thu, 30 Aug 2018 09:48:29 +0000 (+0200) Subject: doc: fix typo for cryptodev X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=026bde3b9a1a8f42351aba1b2e0a55af3aa4096b;p=dpdk.git doc: fix typo for cryptodev 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 Acked-by: Pablo de Lara --- diff --git a/doc/guides/cryptodevs/overview.rst b/doc/guides/cryptodevs/overview.rst index 3f776f078f..607e758da3 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.