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>
27 lines
629 B
INI
27 lines
629 B
INI
;
|
|
; Features of a default compression driver.
|
|
;
|
|
; This file defines the features that are valid for inclusion in
|
|
; the other driver files and also the order that they appear in
|
|
; the features table in the documentation.
|
|
;
|
|
[Features]
|
|
HW Accelerated =
|
|
CPU SSE =
|
|
CPU AVX =
|
|
CPU AVX2 =
|
|
CPU AVX512 =
|
|
CPU NEON =
|
|
Stateful =
|
|
Pass-through =
|
|
OOP SGL In SGL Out =
|
|
OOP SGL In LB Out =
|
|
OOP LB In SGL Out =
|
|
Deflate =
|
|
LZS =
|
|
Adler32 =
|
|
Crc32 =
|
|
Adler32&Crc32 =
|
|
Fixed =
|
|
Dynamic =
|