From patchwork Fri Nov 24 15:20:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John McNamara X-Patchwork-Id: 134608 X-Patchwork-Delegate: thomas@monjalon.net 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 0303C433B9; Fri, 24 Nov 2023 16:20:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8E7DB402CC; Fri, 24 Nov 2023 16:20:35 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 7957F40283 for ; Fri, 24 Nov 2023 16:20:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700839233; x=1732375233; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Dti0z2tBZoWTz+kWtcje8IboZNQfCNvzObwQhQUuwl4=; b=CAI5vsLNz4hxpRRP+Wakd1xWHlZeBMNLfMY8V6NbW2XqYSfTKM9yYwVf 8Dr56XfgZsu73LKBtZ+sIPIKYejco9W56ec91/fCGbs7CdiFt0pHejvh8 UoMtcqqAuyW6ZiM/GCT+SXZdJXkkVjhEbGCvSjrGVFJ4qZ8POZb2fjBwP zmtMLw+luUYxrUG3NPLH1vedv64urPN12w2Bf3RnqnlbuQbOjmnW2OEG3 CyE/sVQMJQKbfV6MPvfI/HPQLbz6AG2TE4Nt3bYaJNebPCNG0yh4Wk7nm PMymXoFNnPl6F5fOuZafo+qr83zgPgp0ep3N1GZZmmodTo8YgYBC+kiBl A==; X-IronPort-AV: E=McAfee;i="6600,9927,10904"; a="423575214" X-IronPort-AV: E=Sophos;i="6.04,224,1695711600"; d="scan'208";a="423575214" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2023 07:20:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10904"; a="802184341" X-IronPort-AV: E=Sophos;i="6.04,224,1695711600"; d="scan'208";a="802184341" Received: from silpixa00401122.ir.intel.com (HELO silpixa00401122.ger.corp.intel.com) ([10.237.222.83]) by orsmga001.jf.intel.com with ESMTP; 24 Nov 2023 07:20:30 -0800 From: John McNamara To: dev@dpdk.org Cc: thomas@monjalon.net, anoobj@marvell.com, John McNamara Subject: [PATCH v2] doc: update release notes for 23.11 Date: Fri, 24 Nov 2023 15:20:28 +0000 Message-Id: <20231124152028.3892722-1-john.mcnamara@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231124120500.3888277-1-john.mcnamara@intel.com> References: <20231124120500.3888277-1-john.mcnamara@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 Fix grammar, spelling and formatting of DPDK 23.11 release notes. Signed-off-by: John McNamara --- v2: fix accidental deletion and typo doc/guides/rel_notes/release_23_11.rst | 28 ++++++++++++++------------ 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/doc/guides/rel_notes/release_23_11.rst b/doc/guides/rel_notes/release_23_11.rst index a2d8d74059..9584514be3 100644 --- a/doc/guides/rel_notes/release_23_11.rst +++ b/doc/guides/rel_notes/release_23_11.rst @@ -63,8 +63,8 @@ New Features More specifically, the requirements will be: - * Support for flag "-std=c11" (or similar) - * __STDC_NO_ATOMICS__ is *not defined* when using c11 flag + * Support for flag ``-std=c11`` (or similar) + * ``__STDC_NO_ATOMICS__`` is *not defined* when using c11 flag Please note: @@ -102,9 +102,11 @@ New Features * **Added support for power intrinsics with AMD processors.** + Added power intrinsics support for AMD processors. + * **Added support for allow/block list in vmbus bus driver.*** - The ``vmbus`` bus driver now supports -a and -b EAL options for selecting + The ``vmbus`` bus driver now supports ``-a`` and ``-b`` EAL options for selecting devices. * **Added mbuf recycling support.** @@ -143,7 +145,7 @@ New Features For P4-programmable devices, hardware pipeline can be configured through a new "PROG" action type and its associated custom arguments. - Such P4 pipeline, not using the standard blocks of the flow API, + Such P4 pipelines, not using the standard blocks of the flow API, can be managed with ``RTE_FLOW_ITEM_TYPE_FLEX`` and ``RTE_FLOW_ACTION_TYPE_PROG``. * **Added flow group set miss actions.** @@ -155,7 +157,7 @@ New Features * **Updated Amazon ena (Elastic Network Adapter) net driver.** * Upgraded ENA HAL to latest version. - * Added support for connection tracking allowance utilization metric. + * Added support for connection tracking allowance utilization metrics. * Added support for reporting Rx overrun errors in xstats. * Added support for ENA-express metrics. @@ -222,12 +224,12 @@ New Features Added Rx inject API to allow applications to submit packets for protocol offload and have them injected back to ethdev Rx so that further ethdev Rx actions (IP reassembly, packet parsing and flow lookups) - can happen based on inner packet. + can happen based on the inner packet. - The API when implemented by an ethdev, application would be able to process + When using the API implemented by an ethdev the application would be able to process packets that are received without/failed inline offload processing (such as fragmented ESP packets with inline IPsec offload). - The API when implemented by a cryptodev, can be used for injecting packets + When using the API implemented by a cryptodev it can be used for injecting packets to ethdev Rx after IPsec processing and take advantage of ethdev Rx actions for the inner packet which cannot be accelerated in inline protocol offload mode. @@ -239,7 +241,7 @@ New Features * **Updated ipsec_mb crypto driver.** * Added Intel IPsec MB v1.5 library support for x86 platform. - * Added support for digest encrypted to AESNI_MB asynchronous crypto driver. + * Added support for digest encrypted to the AESNI_MB asynchronous crypto driver. * **Updated Intel QuickAssist Technology driver.** @@ -282,8 +284,8 @@ New Features * **Added eventdev support to link queues to port with link profile.** - Introduced event link profiles that can be used to associated links between - event queues and an event port with a unique identifier termed as link profile. + Introduced event link profiles that can be used to associate links between + event queues and an event port with a unique identifier termed the "link profile". The profile can be used to switch between the associated links in fast-path without the additional overhead of linking/unlinking and waiting for unlinking. @@ -308,8 +310,8 @@ New Features * **Added CLI based graph application.** - Added CLI based graph application which exercises on different use cases. - Application provides a framework so that each use case can be added via a file. + Added CLI based graph application which exercises different use cases. + The application provides a framework so that each use case can be added via a file. Each CLI will further be translated into a graph representing the use case. * **Added layer 2 MACsec forwarding example application.**