[dpdk-stable] patch 'doc: fix mark action zero value in mlx5 guide' has been queued to stable release 19.11.7

Christian Ehrhardt christian.ehrhardt at canonical.com
Mon Feb 15 14:28:55 CET 2021


Hi,

FYI, your patch has been queued to stable release 19.11.7

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 02/17/21. 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/cpaelzer/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/cpaelzer/dpdk-stable-queue/commit/9abe59fcf1f5bf6ef7a04ed0358fa53d768e9319

Thanks.

Christian Ehrhardt <christian.ehrhardt at canonical.com>

---
>From 9abe59fcf1f5bf6ef7a04ed0358fa53d768e9319 Mon Sep 17 00:00:00 2001
From: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
Date: Fri, 5 Feb 2021 14:15:04 +0200
Subject: [PATCH] doc: fix mark action zero value in mlx5 guide

[ upstream commit b8ee0a16cb844027495968941a101f37964073cc ]

The zero value in flow MARK action is reported in Rx datapath
as tagged with zero FDIR ID. Once packet is marked in flow engine
it will be always reported as tagged. For metadata only the zero
value means there is "no metadata" in the packet and the metadata
flag is not set for the case.

Fixes: 3ceeed9f7855 ("doc: update flow mark action in mlx5 guide")

Signed-off-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
---
 doc/guides/nics/mlx5.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst
index 9e4a659ab9..bbad7d0d5b 100644
--- a/doc/guides/nics/mlx5.rst
+++ b/doc/guides/nics/mlx5.rst
@@ -705,8 +705,10 @@ Run-time configuration
   of the extensive metadata features. The legacy Verbs supports FLAG and
   MARK metadata actions over NIC Rx steering domain only.
 
-  The setting MARK or META value to zero means there is no item provided and
-  receiving datapath will not report in mbufs these items are present.
+  Setting META value to zero in flow action means there is no item provided
+  and receiving datapath will not report in mbufs the metadata are present.
+  Setting MARK value to zero in flow action means the zero FDIR ID value
+  will be reported on packet receiving.
 
   For the MARK action the last 16 values in the full range are reserved for
   internal PMD purposes (to emulate FLAG action). The valid range for the
-- 
2.30.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-02-15 14:24:49.473914088 +0100
+++ 0003-doc-fix-mark-action-zero-value-in-mlx5-guide.patch	2021-02-15 14:24:49.289482150 +0100
@@ -1 +1 @@
-From b8ee0a16cb844027495968941a101f37964073cc Mon Sep 17 00:00:00 2001
+From 9abe59fcf1f5bf6ef7a04ed0358fa53d768e9319 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit b8ee0a16cb844027495968941a101f37964073cc ]
+
@@ -13 +14,0 @@
-Cc: stable at dpdk.org
@@ -21 +22 @@
-index 51d81a0206..ff5c8c15d9 100644
+index 9e4a659ab9..bbad7d0d5b 100644
@@ -24 +25 @@
-@@ -875,8 +875,10 @@ Driver options
+@@ -705,8 +705,10 @@ Run-time configuration


More information about the stable mailing list