From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 50593A0573; Wed, 4 Mar 2020 14:18:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A7DCE1BFD2; Wed, 4 Mar 2020 14:18:43 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 35A4D1BFAB; Wed, 4 Mar 2020 14:18:41 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Mar 2020 05:18:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,514,1574150400"; d="scan'208";a="229327734" Received: from adamdybx-mobl.ger.corp.intel.com (HELO addy-VirtualBox.imu.intel.com) ([10.103.102.201]) by orsmga007.jf.intel.com with ESMTP; 04 Mar 2020 05:18:39 -0800 From: Adam Dybkowski To: dev@dpdk.org, stable@dpdk.org, fiona.trahe@intel.com, akhil.goyal@nxp.com Cc: Adam Dybkowski Date: Wed, 4 Mar 2020 14:18:36 +0100 Message-Id: <20200304131836.6719-2-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200304131836.6719-1-adamx.dybkowski@intel.com> References: <20200304131836.6719-1-adamx.dybkowski@intel.com> Subject: [dpdk-dev] [PATCH 2/2] doc: fix QAT GEN3 marketing name in release notes 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" This patch fixes the marketing name of the QAT GEN3 to P5xxx. Fixes: aa983f03ad2e ("crypto/qat: handle Single Pass Crypto Requests on GEN3") Cc: stable@dpdk.org Signed-off-by: Adam Dybkowski --- doc/guides/rel_notes/release_19_11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst index eb05149f8..0261d2843 100644 --- a/doc/guides/rel_notes/release_19_11.rst +++ b/doc/guides/rel_notes/release_19_11.rst @@ -260,7 +260,7 @@ New Features * **Enabled Single Pass GCM acceleration on QAT GEN3.** Added support for Single Pass GCM, available on QAT GEN3 only (Intel - QuickAssist Technology C4xxx). It is automatically chosen instead of the + QuickAssist Technology P5xxx). It is automatically chosen instead of the classic 2-pass mode when running on QAT GEN3, significantly improving the performance of AES GCM operations. -- 2.17.1