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 DA2E4A00C3; Fri, 15 May 2020 12:08:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B79E11DAB8; Fri, 15 May 2020 12:08:33 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id EABBC1DAB3 for ; Fri, 15 May 2020 12:08:31 +0200 (CEST) IronPort-SDR: h7GJGPQKnEMSOvxIilij9PmeVkc6FpmAujbnxR79y5OGoKT8CHvG7Mvj0HQ1H0dIKn/DYFWBTB qlw0oezcvjdg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 May 2020 03:08:31 -0700 IronPort-SDR: ucYp3tpZ5oAYOTA45KBJzBixlv4PZAP7rq8kQn1B1nSMBKYKm3r5aBbEl+QM0j6P0sfMPQnXRm faWtDpMfsr3g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,394,1583222400"; d="scan'208";a="263145910" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 15 May 2020 03:08:29 -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 04FA8SA0029647; Fri, 15 May 2020 11:08:28 +0100 Received: from sivswdev08.ir.intel.com (localhost [127.0.0.1]) by sivswdev08.ir.intel.com with ESMTP id 04FA8S1b005604; Fri, 15 May 2020 11:08:28 +0100 Received: (from moloings@localhost) by sivswdev08.ir.intel.com with LOCAL id 04FA8RS0005600; Fri, 15 May 2020 11:08:27 +0100 From: Mairtin o Loingsigh To: fiona.trahe@intel.com, akhil.goyal@nxp.com Cc: dev@dpdk.org, Mairtin o Loingsigh Date: Fri, 15 May 2020 11:08:25 +0100 Message-Id: <1589537305-5415-1-git-send-email-mairtin.oloingsigh@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH] crypto/qat: support DOCSIS AES-256 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" Add doc updates for QAT DOCSIS AES-256 support Fixes: 2aab3ff3d8cf ("crypto/qat: support DOCSIS AES-256") Cc: mairtin.oloingsigh@intel.com Signed-off-by: Mairtin o Loingsigh --- doc/guides/rel_notes/release_20_05.rst | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst index 0e9199c..879ed01 100644 --- a/doc/guides/rel_notes/release_20_05.rst +++ b/doc/guides/rel_notes/release_20_05.rst @@ -219,6 +219,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. -- 1.7.0.7