From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 49269A0524; Mon, 24 Feb 2020 20:50:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F228F2C39; Mon, 24 Feb 2020 20:50:22 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id AE9C33B5 for ; Mon, 24 Feb 2020 20:50:21 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EF80E21AD2; Mon, 24 Feb 2020 14:50:19 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 24 Feb 2020 14:50:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=mesmtp; bh=Wx24msEDAk bPAv7SLTRXlDST3IzaTZu9GMOmqgurqxw=; b=c40yf+uXwnOOUKHFMhAClg8m09 L9V7bfHgVvTutYm5UKrYCxuqhKY0Xb0B7BuTPikjq3xHekd1j2y9FGpfPi4HRQoZ aNxlTeYvVb0fmWr9WEN7tif5aPqAcQVYpN69CR0dv7lIlmLGIEmTFebKllLR7kKi f46z9x2MDyXz3tz5w= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=Wx24msEDAkbPAv7SLTRXlDST3IzaTZu9GMOmqgurqxw=; b=DlBzR2KE m4zIBidnAnsqPiojAEdb4PzEwQ+d/BCOe9Szw5GaJz8czjPDPRKYPULJy5X10O7h 0FeQIrgBNFoHhXnzmE+wSWNT4sA+0xnImSYrH/0+9XuqAlUwi6e1xGdQngxFSHcH BEU3bp+G5gwmr56l+OoGEdkswGbzIvuqR21s4R+cYl+75qVF3tSnz+2XqqI1dB80 w27jurVsTWdr4+gJanaU6HfroN6sc6wfGRJPumQCqxsl0B0yJ1gA2iLceaDky+cl osvELRrmmhfLZLM8J8UAODJmFFJ8+1MNm8/U7qebY7qfX08b3BKoJu53BEyIPw4r sxH1RmeiSuDlQw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrledtgddufeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkffojghfggfgsedtkeertdertddtnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 61C473060F09; Mon, 24 Feb 2020 14:50:18 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: Suanming Mou , Matan Azrad , Shahaf Shuler , Viacheslav Ovsiienko , John McNamara , Marko Kovacevic , Ori Kam , Andrew Rybchenko Date: Mon, 24 Feb 2020 20:50:05 +0100 Message-Id: <20200224195005.3560265-1-thomas@monjalon.net> X-Mailer: git-send-email 2.25.0 In-Reply-To: <1582546712-407289-1-git-send-email-suanmingm@mellanox.com> References: <1582546712-407289-1-git-send-email-suanmingm@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3] doc: add IP DSCP rewrite to mlx5 and release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The new rte_flow feature for DSCP field rewrite offload was missing in the release notes. The mlx5 requirements for DSCP field rewrite offload were missing. Fixes: 8482ffe4b68b ("ethdev: add IPv4/IPv6 DSCP rewrite action") Fixes: 6f26e604a9c3 ("net/mlx5: support IPv4/IPv6 DSCP rewrite action") Signed-off-by: Suanming Mou Signed-off-by: Thomas Monjalon --- doc/guides/nics/mlx5.rst | 5 +++++ doc/guides/rel_notes/release_20_02.rst | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index 2af359ccee..e67bba90cb 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -1184,6 +1184,11 @@ Supported hardware offloads | | set_mac_src / | | | | | | | set_mac_dst) | | | | | +-----------------------+-----------------+-----------------+ + | | Header rewrite | | DPDK 20.02 | | DPDK 20.02 | + | | (set_dscp) | | OFED 5.0 | | OFED 5.0 | + | | | | rdma-core 24 | | rdma-core 24 | + | | | | ConnectX-5 | | ConnectX-5 | + +-----------------------+-----------------+-----------------+ | Jump | | DPDK 19.05 | | DPDK 19.02 | | | | OFED 4.7-1 | | OFED 4.7-1 | | | | rdma-core 24 | | N/A | diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst index dfebc467e0..0c33b342aa 100644 --- a/doc/guides/rel_notes/release_20_02.rst +++ b/doc/guides/rel_notes/release_20_02.rst @@ -69,6 +69,11 @@ New Features Added support for new flow item to handle L2TPv3 over IP rte_flow patterns. +* **Added DSCP rewrite action.** + + New actions ``RTE_FLOW_ACTION_TYPE_SET_IPV[4/6]_DSCP`` have been added + to support rewrite the DSCP field in the IP header. + * **Added IONIC net PMD.** Added the new ``ionic`` net driver for Pensando Ethernet Network Adapters. @@ -133,6 +138,7 @@ New Features * Added support for RSS using L3/L4 source/destination only. * Added support for matching on GTP tunnel header item. * Removed limitation of matching on tagged/untagged packets (when using DV flow engine). + * Added support for IPv4/IPv6 DSCP rewrite action. * Added BlueField-2 integrated ConnectX-6 Dx device support. * **Add new vDPA PMD based on Mellanox devices** -- 2.25.0