compress/qat: add stateful decompression
[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 Compression   =
16 Stateful Decompression =
17 Pass-through           =
18 OOP SGL In SGL Out     =
19 OOP SGL In LB  Out     =
20 OOP LB  In SGL Out     =
21 Deflate                =
22 LZS                    =
23 Adler32                =
24 Crc32                  =
25 Adler32&Crc32          =
26 Fixed                  =
27 Dynamic                =