From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fiona Trahe Subject: [PATCH v3 1/6] doc/qat: add limitations to compressdev PMD Date: Fri, 10 Aug 2018 15:10:48 +0100 Message-ID: <1533910253-29652-2-git-send-email-fiona.trahe@intel.com> References: <1533833430-29134-8-git-send-email-fiona.trahe@intel.com> Cc: fiona.trahe@intel.com To: dev@dpdk.org, pablo.de.lara.guarch@intel.com, tomaszx.jozwiak@intel.com, thomas@monjalon.net Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 646AA2BF1 for ; Fri, 10 Aug 2018 16:11:08 +0200 (CEST) In-Reply-To: <1533833430-29134-8-git-send-email-fiona.trahe@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add 2 missing limitations to QAT compressdev documentation Signed-off-by: Fiona Trahe --- doc/guides/compressdevs/qat_comp.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guides/compressdevs/qat_comp.rst b/doc/guides/compressdevs/qat_comp.rst index 8b1270b70..b45f4a626 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 ------------ -- 2.13.6