xref: /dpdk/doc/guides/compressdevs/features/default.ini (revision 95a6b04f7dddefd3b2ee664c758b48ae0d15a26f)
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            =
16Pass-through        =
17OOP SGL In SGL Out  =
18OOP SGL In LB  Out  =
19OOP LB  In SGL Out  =
20Deflate             =
21LZS                 =
22Adler32             =
23Crc32               =
24Adler32&Crc32       =
25Fixed               =
26Dynamic             =
27