From patchwork Tue Apr 11 13:04:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Akhil Goyal X-Patchwork-Id: 125930 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 3D48B4290A; Tue, 11 Apr 2023 15:05:10 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C78B340DFD; Tue, 11 Apr 2023 15:05:09 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 6D95A40C35; Tue, 11 Apr 2023 15:05:07 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 33BCAEWk018290; Tue, 11 Apr 2023 06:05:06 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=tJndeEUQz/trXAh7y6cju2aonZ5Xx2j34LY0loaWI2M=; b=UAfyGzhfswiedQUmFGM5WcDFerpTXmZQc7p2dpmQfysus0kHiQPjWmEFriE5YHvTQkCK Tak3l9AV9S8AvwuxM5XuD/vZ5QKcIdCD3oiR8QnfKE/iPfExzD22iKa1h4YFzltaYKaH WS6pj+11hAgJsl+3dJUR4EhGOzf8ZQ0ftRcFE5uY1XpJarT0ySGnKE5SxoMdSPvhrSLv 60GrbCafnOZxYvICQ04cPQlmBJmPNkQ8U5KNt6Ig6UZya7/Gjb7rcYwUgJjy8Ycs2Hlo PMXuZbz8KlZ040mykTWpmoW/Z6LuvbwlDK7MDy63MH/QCLTiOL7NTet3JLGR2PDgIqim 9g== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3purfs9wd5-4 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 11 Apr 2023 06:05:06 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Tue, 11 Apr 2023 06:05:02 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.48 via Frontend Transport; Tue, 11 Apr 2023 06:05:02 -0700 Received: from localhost.localdomain (unknown [10.28.36.102]) by maili.marvell.com (Postfix) with ESMTP id 2EA0F3F706A; Tue, 11 Apr 2023 06:04:59 -0700 (PDT) From: Akhil Goyal To: CC: , , , "Akhil Goyal" Subject: [PATCH] doc: fix invalid auth algo in cryptoperf app Date: Tue, 11 Apr 2023 18:34:58 +0530 Message-ID: <20230411130458.1134155-1-gakhil@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: eC1Wti_seo5tQ_dSix2RILpyJ7ZjcIWx X-Proofpoint-GUID: eC1Wti_seo5tQ_dSix2RILpyJ7ZjcIWx X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-04-11_08,2023-04-11_01,2023-02-09_01 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 3des-cbc is not an authentication algorithm, hence need to be removed. Fixes: c6baca7adc94 ("doc: describe new performance test application") Cc: stable@dpdk.org Signed-off-by: Akhil Goyal Acked-by: Ciara Power --- doc/guides/tools/cryptoperf.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/guides/tools/cryptoperf.rst b/doc/guides/tools/cryptoperf.rst index c77e253417..f30784674d 100644 --- a/doc/guides/tools/cryptoperf.rst +++ b/doc/guides/tools/cryptoperf.rst @@ -232,7 +232,6 @@ The following are the application command-line options: Set authentication algorithm name, where ``name`` is one of the following:: - 3des-cbc aes-cbc-mac aes-cmac aes-gmac