[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1487313241-11361-4-git-send-email-liuhangbin@gmail.com>
Date: Fri, 17 Feb 2017 14:34:00 +0800
From: Hangbin Liu <liuhangbin@...il.com>
To: lvs-devel@...r.kernel.org
Cc: Simon Horman <horms@...ge.net.au>, netdev@...r.kernel.org,
Marcelo Ricardo Leitner <marcelo.leitner@...il.com>,
Hangbin Liu <liuhangbin@...il.com>
Subject: [PATCH net 3/4] ipvs: Document sysctl sync_ports
Document sysctl sync_ports based on commit f73181c8288f ("ipvs: add support
for sync threads").
Signed-off-by: Hangbin Liu <liuhangbin@...il.com>
---
Documentation/networking/ipvs-sysctl.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Documentation/networking/ipvs-sysctl.txt b/Documentation/networking/ipvs-sysctl.txt
index 7622ba5..e4d9235 100644
--- a/Documentation/networking/ipvs-sysctl.txt
+++ b/Documentation/networking/ipvs-sysctl.txt
@@ -230,6 +230,14 @@ sync_sock_size - INTEGER
Configuration of SNDBUF (master) or RCVBUF (slave) socket limit.
Default value is 0 (preserve system defaults).
+sync_ports - INTEGER
+ default 1
+
+ The number of threads that master and backup servers can use for
+ sync traffic. Every thread will use single UDP port, thread 0 will
+ use the default port 8848 while last thread will use port
+ 8848+sync_ports-1.
+
snat_reroute - BOOLEAN
0 - disabled
not 0 - enabled (default)
--
2.5.5
Powered by blists - more mailing lists