795fc5577b946318c4b8e5e64cf08ddf55587afb
[dpdk.git] / doc / guides / compressdevs / features / default.ini
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]
9 HW Accelerated =
10 CPU SSE        =
11 CPU AVX        =
12 CPU AVX2       =
13 CPU AVX512     =
14 CPU NEON       =
15 Stateful       =
16 By-Pass        =
17 Chained mbufs  =
18 Deflate        =
19 LZS            =
20 Adler32        =
21 Crc32          =
22 Adler32&Crc32  =
23 Fixed          =
24 Dynamic        =