[dpdk-stable] patch 'doc: remove old options from pdump guide' has been queued to stable release 18.08.1

Kevin Traynor ktraynor at redhat.com
Thu Nov 29 14:21:20 CET 2018


Hi,

FYI, your patch has been queued to stable release 18.08.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 12/08/18. 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. If the code is different (ie: not only metadata diffs), due for example to
a change in context or macro names, please double check it.

Thanks.

Kevin Traynor

---
>From 60ed3c1d09d5bacc31f1add080ff4e6019d1e771 Mon Sep 17 00:00:00 2001
From: Tiwei Bie <tiwei.bie at intel.com>
Date: Thu, 22 Nov 2018 10:51:38 +0800
Subject: [PATCH] doc: remove old options from pdump guide

[ upstream commit 89745a4ce7fbf3817d0a96e18585079b0d9e60ec ]

The --server-socket-path and --client-socket-path options
have already been removed. So also remove them from the doc
to avoid confusion.

Fixes: 09f4aa2b955f ("app/pdump: remove unused socket path options")

Signed-off-by: Tiwei Bie <tiwei.bie at intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
Acked-by: John McNamara <john.mcnamara at intel.com>
---
 doc/guides/tools/pdump.rst | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/doc/guides/tools/pdump.rst b/doc/guides/tools/pdump.rst
index 5168c81ab..7c2b73e72 100644
--- a/doc/guides/tools/pdump.rst
+++ b/doc/guides/tools/pdump.rst
@@ -43,6 +43,4 @@ The tool has a number of command line options:
                                    [mbuf-size=<mbuf data size>],
                                    [total-num-mbufs=<number of mbufs>]'
-                          [--server-socket-path=<server socket dir>]
-                          [--client-socket-path=<client socket dir>]
 
 The ``--pdump`` command line option is mandatory and it takes various sub arguments which are described in
@@ -57,12 +55,4 @@ below section.
       * Multiple instances of ``--pdump`` can be passed to capture packets on different port and queue combinations.
 
-The ``--server-socket-path`` command line option is optional. This represents the server socket directory.
-If no value is passed default values are used i.e. ``/var/run/.dpdk/`` for root users and ``~/.dpdk/``
-for non root users.
-
-The ``--client-socket-path`` command line option is optional. This represents the client socket directory.
-If no value is passed default values are used i.e. ``/var/run/.dpdk/`` for root users and ``~/.dpdk/``
-for non root users.
-
 
 The ``--pdump`` parameters
-- 
2.19.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2018-11-29 13:11:37.018780155 +0000
+++ 0079-doc-remove-old-options-from-pdump-guide.patch	2018-11-29 13:11:35.000000000 +0000
@@ -1,14 +1,15 @@
-From 89745a4ce7fbf3817d0a96e18585079b0d9e60ec Mon Sep 17 00:00:00 2001
+From 60ed3c1d09d5bacc31f1add080ff4e6019d1e771 Mon Sep 17 00:00:00 2001
 From: Tiwei Bie <tiwei.bie at intel.com>
 Date: Thu, 22 Nov 2018 10:51:38 +0800
 Subject: [PATCH] doc: remove old options from pdump guide
 
+[ upstream commit 89745a4ce7fbf3817d0a96e18585079b0d9e60ec ]
+
 The --server-socket-path and --client-socket-path options
 have already been removed. So also remove them from the doc
 to avoid confusion.
 
 Fixes: 09f4aa2b955f ("app/pdump: remove unused socket path options")
-Cc: stable at dpdk.org
 
 Signed-off-by: Tiwei Bie <tiwei.bie at intel.com>
 Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>


More information about the stable mailing list