f-stack/dpdk/doc/guides/compressdevs/features/default.ini

35 lines
883 B
INI
Raw Normal View History

2019-06-25 11:12:58 +00:00
;
; 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]
2020-06-18 16:55:50 +00:00
HW Accelerated =
CPU SSE =
CPU AVX =
CPU AVX2 =
CPU AVX512 =
CPU NEON =
Stateful Compression =
Stateful Decompression =
Pass-through =
OOP SGL In SGL Out =
OOP SGL In LB Out =
OOP LB In SGL Out =
Deflate =
LZS =
2025-01-10 11:50:43 +00:00
LZ4 =
2020-06-18 16:55:50 +00:00
Adler32 =
Crc32 =
Adler32&Crc32 =
2025-01-10 11:50:43 +00:00
xxHash32 =
2020-06-18 16:55:50 +00:00
Fixed =
Dynamic =
2025-01-10 11:50:43 +00:00
LZ4 Dictionary ID =
LZ4 Content Checksum =
LZ4 Content Size =
LZ4 Block Checksum =
LZ4 Block Independence =