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 993C8A00C5; Thu, 7 May 2020 11:20:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E6B011DB11; Thu, 7 May 2020 11:20:02 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id AF11E1DB0B for ; Thu, 7 May 2020 11:20:01 +0200 (CEST) IronPort-SDR: EAkEx3UgF0bYFyi7dpM+xZY8IXZ20LbtSM3+jSWn/KiMffOggKpSV1OhQxD9qbBiTE/goT4jl0 WD5xHdV51Rfw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2020 02:20:00 -0700 IronPort-SDR: vXJJh7lXO8mJRht46etMoMHO8Gy9a8hFTQq2YaOOUibHBIW+3pnrOPGeahoyusQyl94tnOlUs6 mdDtYdEgRY3Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,363,1583222400"; d="scan'208";a="370056588" Received: from akusztax-mobl.ger.corp.intel.com ([10.104.121.88]) by fmsmga001.fm.intel.com with ESMTP; 07 May 2020 02:19:59 -0700 From: Arek Kusztal To: dev@dpdk.org Cc: akhil.goyal@nxp.com, fiona.trahe@intel.com, Arek Kusztal Date: Thu, 7 May 2020 11:19:49 +0200 Message-Id: <20200507091949.8876-1-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.19.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] crypto/qat: fix missing release notes for aes gcm j0 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 adds missing line about addition of AES-GCM/GMAC J0 capability to 20.05 release notes. Fixes: 2165e2e9ea56 ("crypto/qat: support AES-GCM J0") Signed-off-by: Arek Kusztal --- doc/guides/rel_notes/release_20_05.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst index b124c3f..4645278 100644 --- a/doc/guides/rel_notes/release_20_05.rst +++ b/doc/guides/rel_notes/release_20_05.rst @@ -212,6 +212,12 @@ New Features * Added IPsec inbound load-distribution support for ipsec-secgw application using NIC load distribution feature(Flow Director). +* **Added AES-GCM/GMAC J0 support to QAT PMD.** + + Added support for AES-GCM/GMAC J0 to Intel QuickAssist Technology PMD. User can + use this feature by passing zero length IV in appropriate xform. For more + info please refer to rte_crypto_sym.h J0 comments. + Removed Items ------------- -- 2.1.0