[ovs-dev] [PATCH] docs: Move restart related note to appropriate place.

Ilya Maximets i.maximets at samsung.com
Thu Jul 27 10:53:34 UTC 2017


Currently, 'restart' related note is at the end of 'Setup OVS'
section. This makes the reader think that changing the
'pmd-cpu-mask' requires application restart.

It was mistakenly moved while converting to rST.

Fix that by moving the note closer to options it relates to.

CC: Stephen Finucane <stephen at that.guru>
Fixes: 167703d664fc ("doc: Convert INSTALL.DPDK to rST")
Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
---
 Documentation/intro/install/dpdk.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/intro/install/dpdk.rst b/Documentation/intro/install/dpdk.rst
index a05aa1a..d2e5bfc 100644
--- a/Documentation/intro/install/dpdk.rst
+++ b/Documentation/intro/install/dpdk.rst
@@ -225,6 +225,10 @@ listed below. Defaults will be provided for all values not explicitly set.
 ``vhost-sock-dir``
   Option to set the path to the vhost-user unix socket files.
 
+.. note::
+  Changing any of these options requires restarting the ovs-vswitchd
+  application
+
 If allocating more than one GB hugepage, you can configure the
 amount of memory used from any given NUMA nodes. For example, to use 1GB from
 NUMA node 0 and 0GB for all other NUMA nodes, run::
@@ -247,10 +251,6 @@ threads and pin them to cores 1,2, run::
 Refer to ovs-vswitchd.conf.db(5) for additional information on configuration
 options.
 
-.. note::
-  Changing any of these options requires restarting the ovs-vswitchd
-  application
-
 Validating
 ----------
 
-- 
2.7.4



More information about the dev mailing list