patch 'doc: remove empty section from testpmd guide' has been queued to stable release 22.11.6
luca.boccassi at gmail.com
luca.boccassi at gmail.com
Mon Jul 15 17:26:36 CEST 2024
Hi,
FYI, your patch has been queued to stable release 22.11.6
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/17/24. 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/bluca/dpdk-stable
This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/4d92c686d67b29d796c2228b8b9bbd19f9519186
Thanks.
Luca Boccassi
---
>From 4d92c686d67b29d796c2228b8b9bbd19f9519186 Mon Sep 17 00:00:00 2001
From: Thomas Monjalon <thomas at monjalon.net>
Date: Fri, 24 May 2024 18:02:09 +0200
Subject: [PATCH] doc: remove empty section from testpmd guide
[ upstream commit 06d8e7da01a7e3095e4ff7a6697693233173dc59 ]
When removing the documentation for the obsolete flow filtering,
the related section was kept almost empty.
It can be safely removed.
Fixes: 5007ac13189d ("ethdev: remove deprecated Flow Director configuration")
Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
Acked-by: Ferruh Yigit <ferruh.yigit at amd.com>
---
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 8e7d4f1b86..b46c574325 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -2843,14 +2843,6 @@ where:
* ``red`` enable 1, disable 0 marking IP ecn for yellow marked packets with ecn of 2'b01 or 2'b10
to ecn of 2'b11 when IP is caring TCP or SCTP
-Filter Functions
-----------------
-
-This section details the available filter functions that are available.
-
-Note these functions interface the deprecated legacy filtering framework,
-superseded by *rte_flow*. See `Flow rules management`_.
-
.. _testpmd_rte_flow:
Flow rules management
@@ -2860,10 +2852,6 @@ Control of the generic flow API (*rte_flow*) is fully exposed through the
``flow`` command (configuration, validation, creation, destruction, queries
and operation modes).
-Considering *rte_flow* overlaps with all `Filter Functions`_, using both
-features simultaneously may cause undefined side-effects and is therefore
-not recommended.
-
``flow`` syntax
~~~~~~~~~~~~~~~
--
2.39.2
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2024-07-15 16:19:37.520481799 +0100
+++ 0058-doc-remove-empty-section-from-testpmd-guide.patch 2024-07-15 16:19:34.632207830 +0100
@@ -1 +1 @@
-From 06d8e7da01a7e3095e4ff7a6697693233173dc59 Mon Sep 17 00:00:00 2001
+From 4d92c686d67b29d796c2228b8b9bbd19f9519186 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 06d8e7da01a7e3095e4ff7a6697693233173dc59 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -20 +21 @@
-index 1de1420b94..c19b4f8958 100644
+index 8e7d4f1b86..b46c574325 100644
@@ -23,3 +24,3 @@
-@@ -2918,14 +2918,6 @@ for port 0 and queue 0::
-
- testpmd> set port cman config 0 0 obj queue mode red 10 100 1
+@@ -2843,14 +2843,6 @@ where:
+ * ``red`` enable 1, disable 0 marking IP ecn for yellow marked packets with ecn of 2'b01 or 2'b10
+ to ecn of 2'b11 when IP is caring TCP or SCTP
@@ -38 +39 @@
-@@ -2935,10 +2927,6 @@ Control of the generic flow API (*rte_flow*) is fully exposed through the
+@@ -2860,10 +2852,6 @@ Control of the generic flow API (*rte_flow*) is fully exposed through the
More information about the stable
mailing list