From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id D2A50A0AC5 for ; Fri, 3 May 2019 18:16:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AA47B7CB0; Fri, 3 May 2019 18:15:59 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 58C316CD8 for ; Fri, 3 May 2019 18:15:58 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 May 2019 09:15:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,426,1549958400"; d="scan'208";a="148010740" Received: from sivswdev09.ir.intel.com (HELO localhost.localdomain) ([10.237.217.48]) by fmsmga007.fm.intel.com with ESMTP; 03 May 2019 09:15:55 -0700 From: Fiona Trahe To: dev@dpdk.org Cc: thomas@monjalon.net, akhil.goyal@nxp.com, tomaszx.jozwiak@intel.com, Fiona Trahe Date: Fri, 3 May 2019 17:15:40 +0100 Message-Id: <1556900140-28517-1-git-send-email-fiona.trahe@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1555574339-31579-1-git-send-email-tomaszx.jozwiak@intel.com> References: <1555574339-31579-1-git-send-email-tomaszx.jozwiak@intel.com> Subject: [dpdk-dev] [PATCH v2] doc: update release notes for QAT PMDs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Content-Type: text/plain; charset="UTF-8" Message-ID: <20190503161540.8MkWOcBGsyXiPHq7UCuvcul3kwYIzh8zmcPcJ9VGQ98@z> Added release note entry for QAT compression PMD Clarified that previous entry was for QAT sym crypto PMD Signed-off-by: Fiona Trahe Signed-off-by: Tomasz Jozwiak --- doc/guides/rel_notes/release_19_05.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst index 8c51db910..278c0ab21 100644 --- a/doc/guides/rel_notes/release_19_05.rst +++ b/doc/guides/rel_notes/release_19_05.rst @@ -169,7 +169,7 @@ New Features Added MACSEC hardware offload experimental API. -* **Updated the QuickAssist Technology PMD.** +* **Updated the QuickAssist Technology (QAT) symmetric crypto PMD.** Added support for AES-XTS with 128 and 256 bit AES keys. @@ -193,6 +193,11 @@ New Features Improved testpmd application performance on ARM platform. For ``macswap`` forwarding mode, NEON intrinsics were used to do swap to save CPU cycles. +* **Updated the Intel QuickAssist Technology (QAT) compression PMD.** + + Simplified and made more robust QAT compressdev PMD's handling of SGLs with + more than 16 segments. + Removed Items ------------- -- 2.13.6