doc: clarify chained mbuf feature in crypto guide

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
This commit is contained in:
Fiona Trahe 2018-05-03 14:32:36 +01:00 committed by Pablo de Lara
parent 0a004add1c
commit 08aa6271c8

View File

@ -11,6 +11,16 @@ Supported Feature Flags
.. include:: overview_feature_table.txt
Note, the mbuf scatter gather feature (aka chained mbufs, scatter-gather-lists
or SGLs) indicate all following combinations are supported unless otherwise called
out in the Limitations section of each PMD.
* In place operation, input buffer as multiple segments, same buffer used for output
* Out of place operation, input buffer as single segment and output as multiple segments
* Out of place operation, input buffer as multiple segments and output as single segment
* Out of place operation, input buffer as multiple segments and output as multiple segments
Supported Cipher Algorithms
---------------------------