From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stable-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 0517AA0548
	for <public@inbox.dpdk.org>; Tue, 15 Nov 2022 15:34:53 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id F0B27410EA;
	Tue, 15 Nov 2022 15:34:52 +0100 (CET)
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by mails.dpdk.org (Postfix) with ESMTP id EB75840DFD;
 Tue, 15 Nov 2022 15:34:49 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1668522890; x=1700058890;
 h=from:to:cc:subject:date:message-id:mime-version:
 content-transfer-encoding;
 bh=BF/0pNWCXh/JypfLVVgt68CRN3JCtehgZAYvXK/V8Og=;
 b=WaAWjbu48vxPCUCuYTag6m53oGuBZJkGnobG/OcU66nyeKm4QO2Tdce7
 K9LLDynySwmjpPY8CGzjbg+WdeWikXJGPsO7gK2kLdZX6u/ksnoewShTI
 LJuaYxi4ltVSl+O59N9wlwSWin3DkD+pmsziYm1QTxsnoRtqaxw2QAZ0g
 q/JM2d8Nd8h5l9dc0qdhoLJe15WywJhUUdXbVTebuHTLGjIFBxw/rjum7
 NPAlw3ZSDQjsSCC0UvK7HfA/41wOUr4B2Z3NCEpT4Dqf9uc8j9qBYrRUQ
 VN12DTuGmstewmtxmvI6HRSiV8BilcY2mDKobiAy97kKf9zeLRCzRF3zO g==;
X-IronPort-AV: E=McAfee;i="6500,9779,10531"; a="310972022"
X-IronPort-AV: E=Sophos;i="5.96,166,1665471600"; d="scan'208";a="310972022"
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 15 Nov 2022 06:34:48 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=McAfee;i="6500,9779,10531"; a="781361586"
X-IronPort-AV: E=Sophos;i="5.96,166,1665471600"; d="scan'208";a="781361586"
Received: from silpixa00400883.ir.intel.com ([10.243.23.144])
 by fmsmga001.fm.intel.com with ESMTP; 15 Nov 2022 06:34:47 -0800
From: Brian Dooley <brian.dooley@intel.com>
To: Kai Ji <kai.ji@intel.com>
Cc: dev@dpdk.org, stable@dpdk.org, gakhil@marvell.com,
 Brian Dooley <brian.dooley@intel.com>
Subject: [PATCH v1] doc: update QAT device support
Date: Tue, 15 Nov 2022 14:34:44 +0000
Message-Id: <20221115143444.461167-1-brian.dooley@intel.com>
X-Mailer: git-send-email 2.25.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
Errors-To: stable-bounces@dpdk.org

Update Asymmetric Crypto Service on QAT devices.

Signed-off-by: Brian Dooley <brian.dooley@intel.com>
---
 doc/guides/cryptodevs/qat.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
index 2d895e61ac..9a5a4e6203 100644
--- a/doc/guides/cryptodevs/qat.rst
+++ b/doc/guides/cryptodevs/qat.rst
@@ -168,7 +168,6 @@ poll mode crypto driver support for the following hardware accelerator devices:
 * ``Intel QuickAssist Technology C62x``
 * ``Intel QuickAssist Technology C3xxx``
 * ``Intel QuickAssist Technology D15xx``
-* ``Intel QuickAssist Technology C4xxx``
 * ``Intel QuickAssist Technology 4xxx``
 
 The QAT ASYM PMD has support for:
-- 
2.25.1