xref: /dpdk/doc/guides/compressdevs/features/default.ini (revision 3372c4a6571dd5bc04627282f5e6edd5976c0567)
1;
2; Features of a default compression driver.
3;
4; This file defines the features that are valid for inclusion in
5; the other driver files and also the order that they appear in
6; the features table in the documentation.
7;
8[Features]
9HW Accelerated         =
10CPU SSE                =
11CPU AVX                =
12CPU AVX2               =
13CPU AVX512             =
14CPU NEON               =
15Stateful Compression   =
16Stateful Decompression =
17Pass-through           =
18OOP SGL In SGL Out     =
19OOP SGL In LB  Out     =
20OOP LB  In SGL Out     =
21Deflate                =
22LZS                    =
23LZ4                    =
24Adler32                =
25Crc32                  =
26Adler32&Crc32          =
27xxHash32               =
28Fixed                  =
29Dynamic                =
30LZ4 Dictionary ID      =
31LZ4 Content Checksum   =
32LZ4 Content Size       =
33LZ4 Block Checksum     =
34LZ4 Block Independence =
35