From patchwork Tue Jun 20 09:17:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ruifeng Wang X-Patchwork-Id: 128831 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 7BC0242D06; Tue, 20 Jun 2023 11:18:10 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 06EE44068E; Tue, 20 Jun 2023 11:18:10 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 01AAF400D6 for ; Tue, 20 Jun 2023 11:18:08 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2B4921063; Tue, 20 Jun 2023 02:18:52 -0700 (PDT) Received: from net-arm-n1amp-02.shanghai.arm.com (net-arm-n1amp-02.shanghai.arm.com [10.169.210.108]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 02AF43F64C; Tue, 20 Jun 2023 02:18:05 -0700 (PDT) From: Ruifeng Wang To: Kai Ji , Pablo de Lara Cc: dev@dpdk.org, gakhil@marvell.com, honnappa.nagarahalli@arm.com, nd@arm.com, Ruifeng Wang Subject: [PATCH] doc: update IPsec Multi-buffer version for Arm Date: Tue, 20 Jun 2023 17:17:14 +0800 Message-Id: <20230620091714.3532311-1-ruifeng.wang@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 Updated SNOW3G and ZUC PMD documentation guides with information about the latest library version supported. Signed-off-by: Ruifeng Wang --- doc/guides/cryptodevs/snow3g.rst | 2 +- doc/guides/cryptodevs/zuc.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst index b0dcf0d206..4454fa480b 100644 --- a/doc/guides/cryptodevs/snow3g.rst +++ b/doc/guides/cryptodevs/snow3g.rst @@ -54,7 +54,7 @@ can be downloaded from ``_. The -latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2022.05.25. +latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.06.20. After downloading the library, the user needs to unpack and compile it on their system before building DPDK: diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst index 2a7b062467..484f759b04 100644 --- a/doc/guides/cryptodevs/zuc.rst +++ b/doc/guides/cryptodevs/zuc.rst @@ -53,7 +53,7 @@ can be downloaded from ``_. The -latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2022.05.25. +latest version of the library supported by this PMD is tagged as SECLIB-IPSEC-2023.06.20. After downloading the library, the user needs to unpack and compile it on their system before building DPDK: