From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id ACEFF42872; Thu, 30 Mar 2023 18:18:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3978840E25; Thu, 30 Mar 2023 18:18:49 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 7DBDA40DF8 for ; Thu, 30 Mar 2023 18:18:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680193127; x=1711729127; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=o7imBMbA1CiGkaqxcIMuY6i41I7ozIWpjV/eU2QiLGY=; b=KEfYzfKhRuQH6+clzTVmldih8xzSvsCo2snD0vhq0yzszE99L9pkcuNl pTIL2mK2O0/XatPIir/0sIF4osntpwtny2GDDhq/MLbwc9b6aFZUwkKN0 X7EMGQoaAYCMF/jl96aUw4YGGYVh/90ZsmIsPqjRxMgZoNyZA/QE5r2d6 y3/OenEs+T0hGY4+nzrAT9kdfbytM57JS1+hjbLbHIFiiyuzCIgvGLAyN wbxWjTQ0b0YzV/q6frV8tP28MevBuuCMEtt2Kiqfd1nL1DwCizvENZ1fc ZmbtaqsNZTioi3BplKKAnkMW0EKCSnyFFe6wibiUbVvFBVmnEKkZC2AIh w==; X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="403896030" X-IronPort-AV: E=Sophos;i="5.98,305,1673942400"; d="scan'208";a="403896030" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 09:09:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="754077385" X-IronPort-AV: E=Sophos;i="5.98,305,1673942400"; d="scan'208";a="754077385" Received: from silpixa00401122.ir.intel.com (HELO silpixa00401122.ger.corp.intel.com) ([10.237.222.27]) by fmsmga004.fm.intel.com with ESMTP; 30 Mar 2023 09:09:08 -0700 From: John McNamara To: dev@dpdk.org Cc: thomas@monjalon.net, John McNamara Subject: [PATCH v1] doc: update release notes for 23.03 Date: Thu, 30 Mar 2023 17:09:05 +0100 Message-Id: <20230330160905.18324-1-john.mcnamara@intel.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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.03 release notes. Signed-off-by: John McNamara --- * Minor fixes/changes only. doc/guides/rel_notes/release_23_03.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/guides/rel_notes/release_23_03.rst b/doc/guides/rel_notes/release_23_03.rst index b93903447d..a31d34f5f5 100644 --- a/doc/guides/rel_notes/release_23_03.rst +++ b/doc/guides/rel_notes/release_23_03.rst @@ -71,7 +71,7 @@ New Features * **Added platform bus support.** A platform bus provides a way to use Linux platform devices which - are compatible with vfio-platform kernel driver. + are compatible with the do vfio-platform kernel driver. * **Added ARM support for power monitor in the power management library.** @@ -80,6 +80,9 @@ New Features * **Added Ethernet link speed for 400 Gb/s.** +Added Ethernet link speed for 400 Gb/s since there are some devices already +supporting that speed and it is well standardized in IEEE. + * **Added support for mapping a queue with an aggregated port.** * Introduced new function ``rte_eth_dev_count_aggr_ports()`` @@ -88,6 +91,7 @@ New Features to map a Tx queue with an aggregated port of the DPDK port. * Added Rx affinity flow matching of an aggregated port. + * **Added flow matching of IPv6 routing extension.** Added ``RTE_FLOW_ITEM_TYPE_IPV6_ROUTING_EXT`` @@ -113,7 +117,7 @@ New Features * **Added cross-port indirect action in asynchronous flow API.** - * Allowed to share indirect actions between ports by passing + * Enabled the ability to share indirect actions between ports by passing the flag ``RTE_FLOW_PORT_FLAG_SHARE_INDIRECT`` to ``rte_flow_configure()``. * Added ``host_port_id`` in ``rte_flow_port_attr`` structure to reference the port hosting the shared objects. @@ -215,14 +219,14 @@ New Features * **Updated the eventdev reconfigure logic for service based adapters.** - * eventdev reconfig logic is enhanced to increment the + * The eventdev reconfigure logic was enhanced to increment the ``rte_event_dev_config::nb_single_link_event_port_queues`` parameter if event port config is of type ``RTE_EVENT_PORT_CFG_SINGLE_LINK``. * With this change, the application no longer needs to account for the ``rte_event_dev_config::nb_single_link_event_port_queues`` parameter required for eth_rx, eth_tx, crypto and timer eventdev adapters. -* **Added pcap trace support in graph library.** +* **Added PCAP trace support in graph library.** * Added support to capture packets at each graph node with packet metadata and node name. @@ -263,8 +267,8 @@ API Changes * The telemetry command ``/eal/heap_info`` is fixed to print ``Heap_id``. -* The experimental function ``rte_pcapng_copy`` was updated to support comment - section in enhanced packet block in the pcapng library. +* The experimental function ``rte_pcapng_copy`` was updated to support a comment + section in enhanced packet block in the PcapNG library. * The experimental structures ``struct rte_graph_param``, ``struct rte_graph`` and ``struct graph`` were updated to support pcap trace in the graph library. -- 2.31.1