New upstream version 18.08
[deb_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 Pass-through        =
17 OOP SGL In SGL Out  =
18 OOP SGL In LB  Out  =
19 OOP LB  In SGL Out  =
20 Deflate             =
21 LZS                 =
22 Adler32             =
23 Crc32               =
24 Adler32&Crc32       =
25 Fixed               =
26 Dynamic             =