From patchwork Thu Mar 14 10:37:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Dooley X-Patchwork-Id: 138376 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 B98EC43CA1; Thu, 14 Mar 2024 11:37:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 862EA406BC; Thu, 14 Mar 2024 11:37:38 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.18]) by mails.dpdk.org (Postfix) with ESMTP id 0C1C440297 for ; Thu, 14 Mar 2024 11:37:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1710412658; x=1741948658; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=cWKzGW1TzjQb4kRQzNOrL7vVUcjpSW8UySt2vqZRp4Y=; b=CrAGWb+NOvgGVHVlnWT0fmeKlcFPc7PoSZtyFCd5M5vZpDNgZS/23z0x ZXQca0hM/9glHhHw2hco9xOa8bCV171OWDjLms//RYrSXo4XCCtdixyk8 hrhuMD4DucZFaOq3lx8akZsECmXIq2XoTgautXhBEVweol14jXgizifrh 2aEehG8iIpHLCDtuZOyLsmFs7dYVnVx89mFc2hn88DDgmxtmlNXaYMBuV wQCdsV6jIxFQl392vTnG9U0wO+2HrrkuZOVKeX3neeP8zZeFXj13gf325 1zjaheBRUubJ7bD1Ckq5H03AFnGVK5U7rrZBCPvtBt/khYs0x+1bVK2nv w==; X-IronPort-AV: E=McAfee;i="6600,9927,11012"; a="5346144" X-IronPort-AV: E=Sophos;i="6.07,125,1708416000"; d="scan'208";a="5346144" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orvoesa110.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Mar 2024 03:37:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,125,1708416000"; d="scan'208";a="43172616" Received: from unknown (HELO silpixa00400886.ir.intel.com) ([10.243.23.150]) by orviesa002.jf.intel.com with ESMTP; 14 Mar 2024 03:37:34 -0700 From: Brian Dooley To: Kai Ji , Pablo de Lara Cc: dev@dpdk.org, gakhil@marvell.com, Brian Dooley , Sivaramakrishnan Venkat , Wathsala Vithanage Subject: [PATCH v7 1/2] doc: remove outdated version details Date: Thu, 14 Mar 2024 10:37:30 +0000 Message-Id: <20240314103731.3242086-1-brian.dooley@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20231212153640.1561504-1-brian.dooley@intel.com> References: <20231212153640.1561504-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 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 Signed-off-by: Brian Dooley Acked-by: Pablo de Lara Acked-by: Wathsala Vithanage --- v7: - Corrected versions v5: - Rebased and added to patchset v3: - added second patch for outdated documentation updates. --- doc/guides/cryptodevs/aesni_gcm.rst | 17 ++--------------- doc/guides/cryptodevs/aesni_mb.rst | 20 ++------------------ doc/guides/cryptodevs/chacha20_poly1305.rst | 10 +--------- doc/guides/cryptodevs/kasumi.rst | 13 ++----------- doc/guides/cryptodevs/snow3g.rst | 13 ++----------- doc/guides/cryptodevs/zuc.rst | 13 ++----------- 6 files changed, 11 insertions(+), 75 deletions(-) diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst index f5773426ee..3af1486553 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,17 +73,10 @@ 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+ Multi-buffer library 1.0 - 1.5* + 20.11 - 21.08 Multi-buffer library 0.53 - 1.3 + 21.11+ Multi-buffer library 1.0 - 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 b2e74ba417..3c77d0f463 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,20 +131,10 @@ 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+ 1.0 - 1.5* + 20.11 - 21.08 0.53 - 1.3 + 21.11+ 1.0 - 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 9d4bf86cf1..44cff85918 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,11 +66,9 @@ and the external crypto libraries supported by them: ============= ================================ DPDK version Crypto library version ============= ================================ - 21.11+ Multi-buffer library 1.0-1.5* + 21.11+ Multi-buffer library 1.0-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 0989054875..4070f025e1 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: @@ -85,13 +79,10 @@ 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+ Multi-buffer library 1.0 - 1.5* + 20.02 - 21.08 Multi-buffer library 0.53 - 1.3 + 21.11+ Multi-buffer library 1.0 - 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 3392932653..2a04a027be 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,13 +88,10 @@ 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+ Multi-buffer library 1.0 - 1.5* + 20.02 - 21.08 Multi-buffer library 0.53 - 1.3 + 21.11+ Multi-buffer library 1.0 - 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 a414b5ad2c..3084646099 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,13 +87,10 @@ 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+ Multi-buffer library 1.0 - 1.5* + 20.02 - 21.08 Multi-buffer library 0.53 - 1.3 + 21.11+ Multi-buffer library 1.0 - 1.5 ============= ================================ -\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system. - Initialization -------------- From patchwork Thu Mar 14 10:37:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Dooley X-Patchwork-Id: 138377 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 9E65643CA1; Thu, 14 Mar 2024 11:37:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B3DDE42E4D; Thu, 14 Mar 2024 11:37:39 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.18]) by mails.dpdk.org (Postfix) with ESMTP id C497A40297 for ; Thu, 14 Mar 2024 11:37:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1710412659; x=1741948659; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZncG2hOHz6b4er7QiU0jLZ0g47F3sak0paOnU9xF59U=; b=YFgxe1HtA4sgDHipdXNBEWXSBqILSjHvQzZaVl3uTb6RHIxRgbOzV2/M McVvpjIvbDxlIVf9jIu1eGKvJQDLn/NsmmUt0tMLFKMtN4MHYeHkbbeQD PDltAoFbNjx1PauAOx3I50Flk4GaTxwWH7SgJd67m66yojlgSSf5i77Q4 3Yn5t8v0lvtPa/lukD7JOWsrcc/xVFtDg7YRdPGebv//ikzw9JhovIr3F yNGI02dGhs6IYQVpxrrzRNyq0Wu+XUH15QL7mFxFOJ7bFVPISbvOkXCjw 8IPgweZjDNqhieldLXD0ggCy/tQokLhLl2aE6NophdQ65BJT/ragvZjRg Q==; X-IronPort-AV: E=McAfee;i="6600,9927,11012"; a="5346149" X-IronPort-AV: E=Sophos;i="6.07,125,1708416000"; d="scan'208";a="5346149" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orvoesa110.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Mar 2024 03:37:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,125,1708416000"; d="scan'208";a="43172622" Received: from unknown (HELO silpixa00400886.ir.intel.com) ([10.243.23.150]) by orviesa002.jf.intel.com with ESMTP; 14 Mar 2024 03:37:37 -0700 From: Brian Dooley To: Cc: dev@dpdk.org, gakhil@marvell.com, pablo.de.lara.guarch@intel.com, Brian Dooley Subject: [PATCH v7 2/2] doc: announce Intel IPsec MB version bump Date: Thu, 14 Mar 2024 10:37:31 +0000 Message-Id: <20240314103731.3242086-2-brian.dooley@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240314103731.3242086-1-brian.dooley@intel.com> References: <20231212153640.1561504-1-brian.dooley@intel.com> <20240314103731.3242086-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 The Intel IPsec Multi-buffer version is set to be bumped to a minimum version of 1.4 for the 24.11 LTS release. Signed-off-by: Brian Dooley Acked-by: Ciara Power --- doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 10630ba255..a3d48dfcc1 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -120,6 +120,10 @@ Deprecation Notices which got error interrupt to the application, so that application can reset that particular queue pair. +* cryptodev: In 24.11 LTS release the Intel IPsec Multi-buffer version will be + bumped to a minimum version of v1.4. This will effect the KASUMI, SNOW3G, ZUC, + AESNI GCM, AESNI MB and CHACHAPOLY SW PMDs. + * eventdev: The single-event (non-burst) enqueue and dequeue operations, used by static inline burst enqueue and dequeue functions in ``rte_eventdev.h``, will be removed in DPDK 23.11.