patch 'doc: add --query-rate option in flow-perf guide' has been queued to stable release 25.11.1
Kevin Traynor
ktraynor at redhat.com
Wed Apr 1 13:57:03 CEST 2026
Hi,
FYI, your patch has been queued to stable release 25.11.1
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 04/03/26. 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/25e04e456ecbb88ed4b1df933d8ee9b10ac7fc99
Thanks.
Kevin
---
>From 25e04e456ecbb88ed4b1df933d8ee9b10ac7fc99 Mon Sep 17 00:00:00 2001
From: Sunyang Wu <sunyang.wu at jaguarmicro.com>
Date: Tue, 13 Jan 2026 10:57:38 +0800
Subject: [PATCH] doc: add --query-rate option in flow-perf guide
[ upstream commit 17a6a71aa8864a7602acb69d64893363f6da30f8 ]
The flow-perf tool already supports the --query-rate option to enable
query rate calculations, but the option was missing from the
documentation.
Fixes: cbaa982521aa ("app/flow-perf: support flow table query rate")
Signed-off-by: Sunyang Wu <sunyang.wu at jaguarmicro.com>
---
doc/guides/tools/flow-perf.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/guides/tools/flow-perf.rst b/doc/guides/tools/flow-perf.rst
index c0c7ffe577..a289ba482b 100644
--- a/doc/guides/tools/flow-perf.rst
+++ b/doc/guides/tools/flow-perf.rst
@@ -88,4 +88,7 @@ The command line options are:
Enable deletion rate calculations.
+* ``--query-rate``
+ Enable query rate calculations.
+
* ``--dump-socket-mem``
Dump the memory stats for each socket before the insertion and after.
--
2.53.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-04-01 12:56:52.705875504 +0100
+++ 0025-doc-add-query-rate-option-in-flow-perf-guide.patch 2026-04-01 12:56:52.025275471 +0100
@@ -1 +1 @@
-From 17a6a71aa8864a7602acb69d64893363f6da30f8 Mon Sep 17 00:00:00 2001
+From 25e04e456ecbb88ed4b1df933d8ee9b10ac7fc99 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 17a6a71aa8864a7602acb69d64893363f6da30f8 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
More information about the stable
mailing list