xref: /dpdk/doc/guides/compressdevs/features/default.ini (revision 169a9da64a859e1782e49886e7214982304a580f)
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       =
16By-Pass        =
17Chained mbufs  =
18Deflate        =
19LZS            =
20Adler32        =
21Crc32          =
22Adler32&Crc32  =
23Fixed          =
24Dynamic        =
25