Adam Dybkowski 82822753bd compress/qat: add stateful decompression
This patch adds the stateful decompression feature
to the DPDK QAT PMD.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
2019-10-09 11:50:12 +02:00

18 lines
432 B
INI

;
; Refer to default.ini for the full list of available PMD features.
;
; Supported features of 'QAT' compression driver.
;
[Features]
HW Accelerated = Y
Stateful Decompression = Y
OOP SGL In SGL Out = Y
OOP SGL In LB Out = Y
OOP LB In SGL Out = Y
Deflate = Y
Adler32 = Y
Crc32 = Y
Adler32&Crc32 = Y
Fixed = Y
Dynamic = Y