From patchwork Thu May 13 12:05:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dybkowski, AdamX" X-Patchwork-Id: 93253 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 98A2AA034F; Thu, 13 May 2021 14:05:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A9054067E; Thu, 13 May 2021 14:05:40 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id D191D4003F for ; Thu, 13 May 2021 14:05:37 +0200 (CEST) IronPort-SDR: GPifqBNgprvO76AoEsyu9pKC7+Zc+2hv/pJzBdTVSbeVQYZtta481kU9ULWeTHKiHi3yEG6R3S M/61NSdi98aQ== X-IronPort-AV: E=McAfee;i="6200,9189,9982"; a="263857079" X-IronPort-AV: E=Sophos;i="5.82,296,1613462400"; d="scan'208";a="263857079" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 May 2021 05:05:32 -0700 IronPort-SDR: Y6tLDLR2cNHp83peCoSesQnrgczbtY5WbFAEH51eSLBmJx0GOnyaCmmrJwV0y3KvCTsHBfsK4s flOdMYEtcSPw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,296,1613462400"; d="scan'208";a="623601326" Received: from silpixa00399302.ir.intel.com ([10.237.214.136]) by fmsmga006.fm.intel.com with ESMTP; 13 May 2021 05:05:31 -0700 From: Adam Dybkowski To: dev@dpdk.org, roy.fan.zhang@intel.com, gakhil@marvell.com Cc: Adam Dybkowski Date: Thu, 13 May 2021 13:05:42 +0100 Message-Id: <20210513120542.29136-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.13.6 Subject: [dpdk-dev] [PATCH] doc: update QAT compression PMD in 21.05 rel notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 extends the DPDK 21.05 release notes with the QAT GEN3 compression update. Signed-off-by: Adam Dybkowski Acked-by: Fan Zhang --- doc/guides/rel_notes/release_21_05.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst index c45699e2ff..cb886748cf 100644 --- a/doc/guides/rel_notes/release_21_05.rst +++ b/doc/guides/rel_notes/release_21_05.rst @@ -304,6 +304,11 @@ New Features * The unit test suite struct now supports having both a nested list of sub-testsuites, and a list of testcases as before. +* **Updated Intel QuickAssist compression PMD.** + + * The compression is now available on all QAT GEN3 devices + that support it in hardware. + Removed Items -------------