[ovs-dev] [PATCH] ovs-vswitchd: Update documentation of MAC table limits.

Ben Pfaff blp at nicira.com
Thu May 23 22:35:51 UTC 2013


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 vswitchd/ovs-vswitchd.8.in |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in
index 43c5d24..1606b87 100644
--- a/vswitchd/ovs-vswitchd.8.in
+++ b/vswitchd/ovs-vswitchd.8.in
@@ -227,7 +227,9 @@ requires 17 file descriptors per datapath.)
 per bridge due to fixed hash table sizing.
 .
 .IP \(bu
-2,048 MAC learning entries per bridge.
+2,048 MAC learning entries per bridge, by default.  (This is
+configurable via \fBother\-config:mac\-table\-size\fR in the
+\fBBridge\fR table.  See \fBovs\-vswitchd.conf.db\fR(5) for details.)
 .
 .IP \(bu
 Kernel flows are limited only by memory available to the kernel.
-- 
1.7.2.5




More information about the dev mailing list