From patchwork Tue Feb 14 13:04:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rakesh Kudurumalla X-Patchwork-Id: 123896 X-Patchwork-Delegate: ferruh.yigit@amd.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 B39D041C95; Tue, 14 Feb 2023 14:05:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2CA2142D9B; Tue, 14 Feb 2023 14:05:19 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 80CC542D69 for ; Tue, 14 Feb 2023 14:05:17 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 31E9Ubll005783 for ; Tue, 14 Feb 2023 05:05:17 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=ihegPqdavjhWEXRVWv3Am/HUL0OzQr3ma87Ugas5IHc=; b=CjyJIjhAm8UFmDFQG2Uoq/tvmX7S3JYeERUm9AzfcE+yyeULouIide1nALha2m2eYFiR dgF6W90RKB7gk4XkU3x256ShXMDCwzJIJbjEf9NXKIQHOJo4/ObqINoBh3uJjqUrW8A/ 5Uj+bXtaN/VaDOQZ6lvNPhG5JRv6P4CRVHUJBku6i5uWtk8U95A59nt2YYbqzeNB3aNR qm2h7weXtztvqoCmJSzFid5UyQkdbtKW0WUA8knD/VtO4xtERQ6EmnDwcK5LCf5jakU4 6GcqmimQVKPM9J2AuPy3HuGgKvcTsNly0xOsVqdwEoWKnCWHdLOMumsgKwVal1m4xuy4 dg== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3nr516hjtg-2 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Tue, 14 Feb 2023 05:05:16 -0800 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 14 Feb 2023 05:05:13 -0800 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.42 via Frontend Transport; Tue, 14 Feb 2023 05:05:13 -0800 Received: from localhost.localdomain (unknown [10.28.36.154]) by maili.marvell.com (Postfix) with ESMTP id 096C03F705A; Tue, 14 Feb 2023 05:05:11 -0800 (PST) From: Rakesh Kudurumalla To: CC: , , , "Rakesh Kudurumalla" Subject: [PATCH v8 4/4] doc: update release notes for 23_03.rst Date: Tue, 14 Feb 2023 18:34:58 +0530 Message-ID: <20230214130458.1114765-4-rkudurumalla@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230214130458.1114765-1-rkudurumalla@marvell.com> References: <20230212090003.1095419-1-rkudurumalla@marvell.com> <20230214130458.1114765-1-rkudurumalla@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: -QRajsjaKF4cIdFgRQLmYW47gpD-F2FW X-Proofpoint-GUID: -QRajsjaKF4cIdFgRQLmYW47gpD-F2FW X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.170.22 definitions=2023-02-14_07,2023-02-14_01,2023-02-09_01 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 Updated release notes on new action to skip congestion management configuration Signed-off-by: Rakesh Kudurumalla --- doc/guides/rel_notes/release_23_03.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/guides/rel_notes/release_23_03.rst b/doc/guides/rel_notes/release_23_03.rst index 1fa101c420..a58e92071c 100644 --- a/doc/guides/rel_notes/release_23_03.rst +++ b/doc/guides/rel_notes/release_23_03.rst @@ -55,6 +55,12 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= +* **Added support to skip congestion management configuration.** + + Added a new action ``RTE_FLOW_ACTION_TYPE_SKIP_CMAN`` to skip + congestion management processing based on per flow or packet color + identified by rte_flow meter object + * **Updated AMD axgbe driver.** * Added multi-process support. @@ -72,6 +78,11 @@ New Features Added support for SHAKE hash algorithm in cn9k and cn10k. +* **Updated Marvell cnxk ethdev PMD.** + + Added support to skip RED using new action + ``RTE_FLOW_ACTION_TYPE_SKIP_CMAN`` + * **Updated Intel QuickAssist Technology (QAT) crypto driver.** * Added support for SHA3 224/256/384/512 plain hash in QAT GEN 3.