From: Fiona Trahe Date: Fri, 10 Aug 2018 14:10:48 +0000 (+0100) Subject: doc: add limitations to qat compressdev guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d2054aad7a18172bc0f23b021ae932b97ac25245;p=dpdk.git doc: add limitations to qat compressdev guide Add two missing limitations to QAT compressdev documentation. Signed-off-by: Fiona Trahe Acked-by: Tomasz Jozwiak --- diff --git a/doc/guides/compressdevs/qat_comp.rst b/doc/guides/compressdevs/qat_comp.rst index 8b1270b708..b45f4a6269 100644 --- a/doc/guides/compressdevs/qat_comp.rst +++ b/doc/guides/compressdevs/qat_comp.rst @@ -36,8 +36,10 @@ Limitations ----------- * Compressdev level 0, no compression, is not supported. - * Dynamic Huffman encoding is not yet supported. +* Queue pairs are not thread-safe (that is, within a single queue pair, RX and TX from different lcores is not supported). +* No BSD support as BSD QAT kernel driver not available. + Installation ------------