]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/compressdevs/qat_comp.rst
vhost: enhance async enqueue for small packets
[dpdk.git] / doc / guides / compressdevs / qat_comp.rst
index 567a1fc806301503ccec396607d2fd7caaba3f45..475c4a9f9f1cd44feec4eb9a87f71c2ad8fec5a2 100644 (file)
@@ -29,12 +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.
+* Stateful compression is not supported.
 
 
 Installation