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 7D7B1A0350; Mon, 11 May 2020 12:19:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 186031C246; Mon, 11 May 2020 12:19:48 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C7E971C238 for ; Mon, 11 May 2020 12:19:46 +0200 (CEST) IronPort-SDR: wwCBP3uEdwP4Z3Z452d5UTiKQezPwoD6pzNii4WqfMSoHcx1D7jsMLQ5+R/K15JxkzHkMC6Yz+ u6fcmS4wKhJA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2020 03:19:45 -0700 IronPort-SDR: OslU88bqHop5ECO7UD4WCtrw8zIBjVt+Z17Kd5yJR74X4xA+d2wWIfghVxDg3foy/wylfA7I+6 j+TT6voqeyZg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,379,1583222400"; d="scan'208";a="261726655" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 11 May 2020 03:19:44 -0700 Received: from sivswdev10.ir.intel.com (sivswdev10.ir.intel.com [10.237.217.4]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id 04BAJirV015391; Mon, 11 May 2020 11:19:44 +0100 Received: by sivswdev10.ir.intel.com (Postfix, from userid 28780) id DB42118007E1; Mon, 11 May 2020 11:19:43 +0100 (IST) From: Mairtin o Loingsigh To: fiona.trahe@intel.com, akhil.goyal@nxp.com Cc: dev@dpdk.org, Mairtin o Loingsigh Date: Mon, 11 May 2020 11:19:16 +0100 Message-Id: <20200511101916.22850-3-mairtin.oloingsigh@intel.com> X-Mailer: git-send-email 2.12.3 In-Reply-To: <20200511101916.22850-1-mairtin.oloingsigh@intel.com> References: <1582707851-32026-1-git-send-email-mairtin.oloingsigh@intel.com> <20200511101916.22850-1-mairtin.oloingsigh@intel.com> Subject: [dpdk-dev] [PATCH v3] doc: QAT support for AES-256 DOCSIS 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" Update QAT pmd to support AES-256 DOCSIS Signed-off-by: Mairtin o Loingsigh --- doc/guides/rel_notes/release_20_05.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst index 82df72c2b..ee494f7aa 100644 --- a/doc/guides/rel_notes/release_20_05.rst +++ b/doc/guides/rel_notes/release_20_05.rst @@ -190,6 +190,10 @@ New Features any checksum calculation was requested - in such case the code falls back to fixed compression as before. +* **Updated the QAT PMD.** + + * Added AES-256 DOCSIS algorithm support to QAT PMD. + * **Updated the turbo_sw bbdev PMD.** Supported large size code blocks which does not fit in one mbuf segment. -- 2.12.3