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 11927A00C4; Thu, 23 Apr 2020 14:50:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C73121C440; Thu, 23 Apr 2020 14:50:35 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 5FB781C43F for ; Thu, 23 Apr 2020 14:50:33 +0200 (CEST) IronPort-SDR: YNgdqL2wPKa5E3LhH0z5Vx7n3l3pi0M8TrjQg/DD9NQGoMgM92mmkurdlirg9YjnuSXBq/WwHp 5Hc1pk63dBtg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2020 05:50:33 -0700 IronPort-SDR: ZlyVdJFdmcht19RLKNzFj9qOBkbZF8X1Jwxe0nEIvPJy3Zk3HGqeSWP7sQOJya2dnRFy6oX/Gi Raset5kEndsA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,307,1583222400"; d="scan'208";a="456898472" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga005.fm.intel.com with ESMTP; 23 Apr 2020 05:50:31 -0700 Received: from sivswdev08.ir.intel.com (sivswdev08.ir.intel.com [10.237.217.47]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id 03NCoVhe023509; Thu, 23 Apr 2020 13:50:31 +0100 Received: from sivswdev08.ir.intel.com (localhost [127.0.0.1]) by sivswdev08.ir.intel.com with ESMTP id 03NCoV1k006235; Thu, 23 Apr 2020 13:50:31 +0100 Received: (from moloings@localhost) by sivswdev08.ir.intel.com with LOCAL id 03NCoUmv006231; Thu, 23 Apr 2020 13:50:30 +0100 From: Mairtin o Loingsigh To: fiona.trahe@intel.com Cc: dev@dpdk.org, Mairtin o Loingsigh Date: Thu, 23 Apr 2020 13:50:11 +0100 Message-Id: <1587646211-6039-1-git-send-email-mairtin.oloingsigh@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH v1] 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 7f2049a0f..5e81c1964 100644 --- a/doc/guides/rel_notes/release_20_05.rst +++ b/doc/guides/rel_notes/release_20_05.rst @@ -110,6 +110,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