From patchwork Tue Mar 12 13:50:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Dooley X-Patchwork-Id: 138214 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 D6B9643C92; Tue, 12 Mar 2024 14:50:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 697D341101; Tue, 12 Mar 2024 14:50:34 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.16]) by mails.dpdk.org (Postfix) with ESMTP id 0EF8E40282 for ; Tue, 12 Mar 2024 14:50:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1710251432; x=1741787432; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=i3feDa+M4BkSSbyR9lNnPCEOvaHYJTDQ6KbdrjVQvKQ=; b=RZaxUPWrtHfxvxJjFM73G07aEGZ6HOe40lJriOHoR0EAHZUZF6ncShlA HsEz1zils33vYCg0qkQJcic8XrTrR0B/8y1lI6fyT1x6ZgtnJaqYg34ms MhIHau+e7CRMyN0YbKs5VHShTnNm4Xif/EkVATfH0//3SSTsHI+3/HvWf evCmyH/51Y6MYriyjuD+u7R1m5ZUN83z1xybV7CjZBrOBg2z0Zr/zaAuG 03r05MDK870JE5CPeXpwhMoCAtgVezgUbh4F6R72QTRKsx5N7u50qSV7p Js7mKoOUO8MHAuakNnnIwP3RQUZK5Dykcqi+r4pKqCxXbNycsSAXF5ntE g==; X-IronPort-AV: E=McAfee;i="6600,9927,11010"; a="5081155" X-IronPort-AV: E=Sophos;i="6.07,119,1708416000"; d="scan'208";a="5081155" Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by orvoesa108.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Mar 2024 06:50:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,119,1708416000"; d="scan'208";a="11466550" Received: from unknown (HELO silpixa00400886.ir.intel.com) ([10.243.23.150]) by fmviesa009.fm.intel.com with ESMTP; 12 Mar 2024 06:50:29 -0700 From: Brian Dooley To: Kai Ji , Pablo de Lara Cc: dev@dpdk.org, gakhil@marvell.com, aconole@redhat.com, probb@iol.unh.edu, wathsala.vithanage@arm.com, Sivaramakrishnan Venkat Subject: [PATCH v6 3/5] doc: remove outdated version details Date: Tue, 12 Mar 2024 13:50:17 +0000 Message-Id: <20240312135020.2969533-3-brian.dooley@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240312135020.2969533-1-brian.dooley@intel.com> References: <20231212153640.1561504-1-brian.dooley@intel.com> <20240312135020.2969533-1-brian.dooley@intel.com> 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 From: Sivaramakrishnan Venkat SW PMDs documentation is updated to remove details of unsupported IPsec Multi-buffer versions.DPDK older than 20.11 is end of life. So, older DPDK versions are removed from the Crypto library version table. Signed-off-by: Sivaramakrishnan Venkat Acked-by: Pablo de Lara Acked-by: Wathsala Vithanage --- v5: - Rebased and added to patchset v3: - added second patch for outdated documentation updates. --- doc/guides/cryptodevs/aesni_gcm.rst | 19 +++--------------- doc/guides/cryptodevs/aesni_mb.rst | 22 +++------------------ doc/guides/cryptodevs/chacha20_poly1305.rst | 12 ++--------- doc/guides/cryptodevs/kasumi.rst | 14 +++---------- doc/guides/cryptodevs/snow3g.rst | 15 +++----------- doc/guides/cryptodevs/zuc.rst | 15 +++----------- 6 files changed, 17 insertions(+), 80 deletions(-) diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst index dc665e536c..e38a03b78f 100644 --- a/doc/guides/cryptodevs/aesni_gcm.rst +++ b/doc/guides/cryptodevs/aesni_gcm.rst @@ -62,12 +62,6 @@ Once it is downloaded, extract it and follow these steps: make make install -.. note:: - - Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53. - If a lower GCC version than 5.0, the workaround proposed by the following link - should be used: ``_. - As a reference, the following table shows a mapping between the past DPDK versions and the external crypto libraries supported by them: @@ -79,18 +73,11 @@ and the external crypto libraries supported by them: ============= ================================ DPDK version Crypto library version ============= ================================ - 16.04 - 16.11 Multi-buffer library 0.43 - 0.44 - 17.02 - 17.05 ISA-L Crypto v2.18 - 17.08 - 18.02 Multi-buffer library 0.46 - 0.48 - 18.05 - 19.02 Multi-buffer library 0.49 - 0.52 - 19.05 - 20.08 Multi-buffer library 0.52 - 0.55 - 20.11 - 21.08 Multi-buffer library 0.53 - 1.3* - 21.11 - 23.11 Multi-buffer library 1.0 - 1.5* - 24.03+ Multi-buffer library 1.4 - 1.5* + 20.11 - 21.08 Multi-buffer library 0.53 - 1.3 + 21.11 - 23.11 Multi-buffer library 1.0 - 1.5 + 24.03+ Multi-buffer library 1.4 - 1.5 ============= ================================ -\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system. - Initialization -------------- diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 5d670ee237..bd7c8de07f 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -121,12 +121,6 @@ Once it is downloaded, extract it and follow these steps: make make install -.. note:: - - Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53. - If a lower GCC version than 5.0, the workaround proposed by the following link - should be used: ``_. - As a reference, the following table shows a mapping between the past DPDK versions and the Multi-Buffer library version supported by them: @@ -137,21 +131,11 @@ and the Multi-Buffer library version supported by them: ============== ============================ DPDK version Multi-buffer library version ============== ============================ - 2.2 - 16.11 0.43 - 0.44 - 17.02 0.44 - 17.05 - 17.08 0.45 - 0.48 - 17.11 0.47 - 0.48 - 18.02 0.48 - 18.05 - 19.02 0.49 - 0.52 - 19.05 - 19.08 0.52 - 19.11 - 20.08 0.52 - 0.55 - 20.11 - 21.08 0.53 - 1.3* - 21.11 - 23.11 1.0 - 1.5* - 24.03+ 1.4 - 1.5* + 20.11 - 21.08 0.53 - 1.3 + 21.11 - 23.11 1.0 - 1.5 + 24.03+ 1.4 - 1.5 ============== ============================ -\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system. - Initialization -------------- diff --git a/doc/guides/cryptodevs/chacha20_poly1305.rst b/doc/guides/cryptodevs/chacha20_poly1305.rst index c32866b301..8e0ee4f835 100644 --- a/doc/guides/cryptodevs/chacha20_poly1305.rst +++ b/doc/guides/cryptodevs/chacha20_poly1305.rst @@ -56,12 +56,6 @@ Once it is downloaded, extract it and follow these steps: make make install -.. note:: - - Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53. - If a lower GCC version than 5.0, the workaround proposed by the following link - should be used: ``_. - As a reference, the following table shows a mapping between the past DPDK versions and the external crypto libraries supported by them: @@ -72,12 +66,10 @@ and the external crypto libraries supported by them: ============= ================================ DPDK version Crypto library version ============= ================================ - 21.11 - 23.11 Multi-buffer library 1.0-1.5* - 24.03+ Multi-buffer library 1.4-1.5* + 21.11 - 23.11 Multi-buffer library 1.0-1.5 + 24.03+ Multi-buffer library 1.4-1.5 ============= ================================ -\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system. - Initialization -------------- diff --git a/doc/guides/cryptodevs/kasumi.rst b/doc/guides/cryptodevs/kasumi.rst index a8f4e6b204..28ac452524 100644 --- a/doc/guides/cryptodevs/kasumi.rst +++ b/doc/guides/cryptodevs/kasumi.rst @@ -69,12 +69,6 @@ Once it is downloaded, extract it and follow these steps: make make install -.. note:: - - Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53. - If a lower GCC version than 5.0, the workaround proposed by the following link - should be used: ``_. - As a reference, the following table shows a mapping between the past DPDK versions and the external crypto libraries supported by them: @@ -86,13 +80,11 @@ and the external crypto libraries supported by them: DPDK version Crypto library version ============= ================================ 16.11 - 19.11 LibSSO KASUMI - 20.02 - 21.08 Multi-buffer library 0.53 - 1.3* - 21.11 - 23.11 Multi-buffer library 1.0 - 1.5* - 24.03+ Multi-buffer library 1.4 - 1.5* + 20.11 - 21.08 Multi-buffer library 0.53 - 1.3 + 21.11 - 23.11 Multi-buffer library 1.0 - 1.5 + 24.03+ Multi-buffer library 1.4 - 1.5 ============= ================================ -\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system. - Initialization -------------- diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst index 46863462e5..0141f62976 100644 --- a/doc/guides/cryptodevs/snow3g.rst +++ b/doc/guides/cryptodevs/snow3g.rst @@ -78,12 +78,6 @@ Once it is downloaded, extract it and follow these steps: make make install -.. note:: - - Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53. - If a lower GCC version than 5.0, the workaround proposed by the following link - should be used: ``_. - As a reference, the following table shows a mapping between the past DPDK versions and the external crypto libraries supported by them: @@ -94,14 +88,11 @@ and the external crypto libraries supported by them: ============= ================================ DPDK version Crypto library version ============= ================================ - 16.04 - 19.11 LibSSO SNOW3G - 20.02 - 21.08 Multi-buffer library 0.53 - 1.3* - 21.11 - 23.11 Multi-buffer library 1.0 - 1.5* - 24.03+ Multi-buffer library 1.4 - 1.5* + 20.11 - 21.08 Multi-buffer library 0.53 - 1.3 + 21.11 - 23.11 Multi-buffer library 1.0 - 1.5 + 24.03+ Multi-buffer library 1.4 - 1.5 ============= ================================ -\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system. - Initialization -------------- diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst index 51867e1a16..97c14c8c77 100644 --- a/doc/guides/cryptodevs/zuc.rst +++ b/doc/guides/cryptodevs/zuc.rst @@ -77,12 +77,6 @@ Once it is downloaded, extract it and follow these steps: make make install -.. note:: - - Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53. - If a lower GCC version than 5.0, the workaround proposed by the following link - should be used: ``_. - As a reference, the following table shows a mapping between the past DPDK versions and the external crypto libraries supported by them: @@ -93,14 +87,11 @@ and the external crypto libraries supported by them: ============= ================================ DPDK version Crypto library version ============= ================================ - 16.11 - 19.11 LibSSO ZUC - 20.02 - 21.08 Multi-buffer library 0.53 - 1.3* - 21.11 - 23.11 Multi-buffer library 1.0 - 1.5* - 24.03+ Multi-buffer library 1.4 - 1.5* + 20.11 - 21.08 Multi-buffer library 0.53 - 1.3 + 21.11 - 23.11 Multi-buffer library 1.0 - 1.5 + 24.03+ Multi-buffer library 1.4 - 1.5 ============= ================================ -\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system. - Initialization --------------