| 59ad25fe | 10-Aug-2018 |
Fiona Trahe <fiona.trahe@intel.com> |
doc: add overview of qat guide
Add overview of QAT doc sections and link between them. Indent to next level all sections within the crypto and common sections.
Signed-off-by: Fiona Trahe <fiona.tra
doc: add overview of qat guide
Add overview of QAT doc sections and link between them. Indent to next level all sections within the crypto and common sections.
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com> Acked-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
show more ...
|
| a6531d58 | 06-Jul-2018 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
compressdev: replace mbuf scatter gather flag
The current mbuf scatter gather feature flag is too ambiguous, as it is not clear if input and/or output buffers can be scatter gather mbufs or not.
Th
compressdev: replace mbuf scatter gather flag
The current mbuf scatter gather feature flag is too ambiguous, as it is not clear if input and/or output buffers can be scatter gather mbufs or not.
Therefore, three new flags will replace this flag: - RTE_COMP_FF_OOP_SGL_IN_SGL_OUT - RTE_COMP_FF_OOP_SGL_IN_FB_OUT - RTE_COMP_FF_OOP_LB_IN_SGL_OUT
Note that out-of-place flat buffers is supported by default and in-place is not supported by the library.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com> Acked-by: Shally Verma <shally.verma@caviumnetworks.com>
show more ...
|
| 64454ff2 | 06-Jul-2018 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
doc: rename compress feature flag
Renamed feature "Bypass" to "Pass-through", as it is a more explicit name, meaning that the PMD is capable of passing the mbufs through it, without making any modif
doc: rename compress feature flag
Renamed feature "Bypass" to "Pass-through", as it is a more explicit name, meaning that the PMD is capable of passing the mbufs through it, without making any modifications (i.e.. NULL algorithm).
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com> Acked-by: Shally Verma <shally.verma@caviumnetworks.com>
show more ...
|