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.