[v3,1/6] doc/qat: add limitations to compressdev PMD
Checks
Commit Message
Add 2 missing limitations to QAT compressdev documentation
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
---
doc/guides/compressdevs/qat_comp.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Comments
-----Original Message-----
From: Trahe, Fiona
Sent: Friday, August 10, 2018 4:11 PM
To: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; Jozwiak, TomaszX <tomaszx.jozwiak@intel.com>; thomas@monjalon.net
Cc: Trahe, Fiona <fiona.trahe@intel.com>
Subject: [PATCH v3 1/6] doc/qat: add limitations to compressdev PMD
Add 2 missing limitations to QAT compressdev documentation
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: tomaszx.jozwiak@intel.com
@@ -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
------------