patch 'doc: add VXLAN matching requirement in mlx5 guide' has been queued to stable release 24.11.2

Kevin Traynor ktraynor at redhat.com
Fri Mar 7 13:46:38 CET 2025


Hi,

FYI, your patch has been queued to stable release 24.11.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/12/25. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/55cebd048947cad055c1b2707cfde5e66cf441ab

Thanks.

Kevin

---
>From 55cebd048947cad055c1b2707cfde5e66cf441ab Mon Sep 17 00:00:00 2001
From: "Minggang Li (Gavin)" <gavinl at nvidia.com>
Date: Tue, 18 Feb 2025 12:33:21 +0200
Subject: [PATCH] doc: add VXLAN matching requirement in mlx5 guide

[ upstream commit e808f7c8455736a69f9740267a45fae0491c2fb3 ]

P bit of VXLAN-GPE and G bit of VXLAN-GBP should be set when matching the
protocols.

Fixes: 49765b78c81b ("net/mlx5/hws: match all VXLAN fields")

Signed-off-by: Minggang Li (Gavin) <gavinl at nvidia.com>
Acked-by: Dariusz Sosnowski <dsosnowski at nvidia.com>
---
 doc/guides/nics/mlx5.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index 30c40f767b..c9c23eedb2 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -340,4 +340,8 @@ Limitations
   - Default UDP destination is 4789 if not explicitly specified.
   - Group zero's behavior may differ which depends on FW.
+  - User should set different flags when matching on VXLAN-GPE/GBP:
+
+    - for VXLAN-GPE - P flag
+    - for VXLAN-GBP - G flag
 
 - Matching on VXLAN-GPE header fields:
-- 
2.48.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-03-07 11:02:57.075041718 +0000
+++ 0005-doc-add-VXLAN-matching-requirement-in-mlx5-guide.patch	2025-03-07 11:02:56.798335389 +0000
@@ -1 +1 @@
-From e808f7c8455736a69f9740267a45fae0491c2fb3 Mon Sep 17 00:00:00 2001
+From 55cebd048947cad055c1b2707cfde5e66cf441ab Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit e808f7c8455736a69f9740267a45fae0491c2fb3 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 690b46a974..aabb8f94f7 100644
+index 30c40f767b..c9c23eedb2 100644



More information about the stable mailing list