patch 'doc: document device dump in procinfo guide' has been queued to stable release 21.11.3

Kevin Traynor ktraynor at redhat.com
Wed Nov 23 19:03:48 CET 2022


Hi,

FYI, your patch has been queued to stable release 21.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/28/22. 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/5ffd9e4baf8f20638f4d2c49ac557c9f80928fb0

Thanks.

Kevin

---
>From 5ffd9e4baf8f20638f4d2c49ac557c9f80928fb0 Mon Sep 17 00:00:00 2001
From: Dongdong Liu <liudongdong3 at huawei.com>
Date: Tue, 11 Oct 2022 19:18:43 +0800
Subject: [PATCH] doc: document device dump in procinfo guide

[ upstream commit dd2658f8d0e4725f579ff098f1ee159d897d6abc ]

The --show-port-private option was not documented.

Fixes: bb947a7264da ("app/procinfo: dump device private info")

Signed-off-by: Dongdong Liu <liudongdong3 at huawei.com>
Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 doc/guides/tools/proc_info.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/guides/tools/proc_info.rst b/doc/guides/tools/proc_info.rst
index e4f0c83f1b..5dd6f9ecae 100644
--- a/doc/guides/tools/proc_info.rst
+++ b/doc/guides/tools/proc_info.rst
@@ -20,5 +20,6 @@ The application has a number of command line options:
    ./<build_dir>/app/dpdk-proc-info -- -m | [-p PORTMASK] [--stats | --xstats |
    --stats-reset | --xstats-reset] [ --show-port | --show-tm | --show-crypto |
-   --show-ring[=name] | --show-mempool[=name] | --iter-mempool=name ]
+   --show-ring[=name] | --show-mempool[=name] | --iter-mempool=name |
+   --show-port-private ]
 
 Parameters
@@ -70,4 +71,7 @@ The iter-mempool parameter iterates and displays mempool elements specified
 by name. For invalid or no mempool name no elements are displayed.
 
+**--show-port-private**
+The show-port-private parameter displays ports private information.
+
 Limitations
 -----------
-- 
2.38.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-11-23 09:55:57.900475639 +0000
+++ 0035-doc-document-device-dump-in-procinfo-guide.patch	2022-11-23 09:55:57.072149315 +0000
@@ -1 +1 @@
-From dd2658f8d0e4725f579ff098f1ee159d897d6abc Mon Sep 17 00:00:00 2001
+From 5ffd9e4baf8f20638f4d2c49ac557c9f80928fb0 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,2 @@
+
+[ upstream commit dd2658f8d0e4725f579ff098f1ee159d897d6abc ]



More information about the stable mailing list