This adds general compression drivers feature guide as well as the ISA-L PMD documentation and guide. Signed-off-by: Lee Daly <lee.daly@intel.com> Reviewed-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
25 lines
505 B
INI
25 lines
505 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 =
|
|
By-Pass =
|
|
Chained mbufs =
|
|
Deflate =
|
|
LZS =
|
|
Adler32 =
|
|
Crc32 =
|
|
Adler32&Crc32 =
|
|
Fixed =
|
|
Dynamic =
|