[ovs-dev] [PATCH] dpdk: Improve manpage for dpdk memory configuration.

nickcooper-zhangtonghao nic at opencloud.tech
Fri Feb 10 03:04:30 UTC 2017


Signed-off-by: nickcooper-zhangtonghao <nic at opencloud.tech>
---
 vswitchd/vswitch.xml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 146a816..a3beafd 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -241,10 +241,6 @@
           regardless of socket. It is recommended that dpdk-socket-mem is used
           instead.
         </p>
-        <p>
-          If not specified, the value is 0. Changing this value requires
-          restarting the daemon.
-        </p>
       </column>
 
       <column name="other_config" key="dpdk-socket-mem"
@@ -259,8 +255,10 @@
           1024MB, socket 1 to preallocate 2048MB, etc.)
         </p>
         <p>
-          If not specified, the default value is 1024,0. Changing this value
-          requires restarting the daemon.
+          If dpdk-socket-mem and dpdk-alloc-mem are not specified, dpdk-socket-mem
+          will be used and the default value is 1024,0. If dpdk-socket-mem and
+          dpdk-alloc-mem are specified at same time, dpdk-socket-mem will be
+          used as default. Changing this value requires restarting the daemon.
         </p>
       </column>
 
-- 
1.8.3.1





More information about the dev mailing list