Very minor improvements. Fixes: 2717246ecd7d ("cryptodev: replace mbuf scatter gather flag") Cc: pablo.de.lara.gua...@intel.com Cc: sta...@dpdk.org
Signed-off-by: Andrew Boyer <andrew.bo...@amd.com> --- 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 @@ -20,17 +20,17 @@ Supported Feature Flags - "OOP SGL In SGL Out" feature flag stands for "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). - "OOP LB In SGL Out" feature flag stands for "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 "Out-of-place Linear Buffers Input, Linear Buffers Output", -- 2.17.1