aboutsummaryrefslogtreecommitdiffstats
path: root/doc/guides/compressdevs/qat_comp.rst
blob: 8b1270b708e05e4dc87907ccd304d1588f248c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
..  SPDX-License-Identifier: BSD-3-Clause
    Copyright(c) 2018 Intel Corporation.

Intel(R) QuickAssist (QAT) Compression Poll Mode Driver
=======================================================

The QAT compression PMD provides poll mode compression & decompression driver
support for the following hardware accelerator devices:

* ``Intel QuickAssist Technology C62x``
* ``Intel QuickAssist Technology C3xxx``


Features
--------

QAT compression PMD has support for:

Compression/Decompression algorithm:

    * DEFLATE

Huffman code type:

    * FIXED

Window size support:

    * 32K

Checksum generation:

    * CRC32, Adler and combined checksum

Limitations
-----------

* Compressdev level 0, no compression, is not supported.

* Dynamic Huffman encoding is not yet supported.

Installation
------------

The QAT compression PMD is built by default with a standard DPDK build.

It depends on a QAT kernel driver, see :ref:`qat_kernel_installation`.