X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fcompressdevs%2Fqat_comp.rst;h=475c4a9f9f1cd44feec4eb9a87f71c2ad8fec5a2;hb=1b7b24389cee5baa421d334048782e3e99e7dec5;hp=5631cb15af6f15d5f3a916dbb973893f95107f39;hpb=5f40555b99ca65fca808c6546f0af34d9caa53bc;p=dpdk.git diff --git a/doc/guides/compressdevs/qat_comp.rst b/doc/guides/compressdevs/qat_comp.rst index 5631cb15af..475c4a9f9f 100644 --- a/doc/guides/compressdevs/qat_comp.rst +++ b/doc/guides/compressdevs/qat_comp.rst @@ -29,16 +29,20 @@ Checksum generation: * CRC32, Adler and combined checksum +Stateful operation: + + * Decompression only + Limitations ----------- * Compressdev level 0, no compression, is not supported. -* Queue pairs are not thread-safe (that is, within a single queue pair, RX and TX from different lcores is not supported). +* Queue-pairs are thread-safe on Intel CPUs but Queues are not (that is, within a single + queue-pair all enqueues to the TX queue must be done from one thread and all dequeues + from the RX queue must be done from one thread, but enqueues and dequeues may be done + in different threads.) * No BSD support as BSD QAT kernel driver not available. -* Number of segments in mbuf chains in the op must be <= RTE_PMD_QAT_COMP_SGL_MAX_SEGMENTS from the config file. -* When using Deflate dynamic huffman encoding for compression, the input size (op.src.length) - must be < CONFIG_RTE_PMD_QAT_COMP_IM_BUFFER_SIZE from the config file, - see :ref:`building_qat_config` for more details. +* Stateful compression is not supported. Installation