Skip to content

Commit

Permalink
ovs-vswitchd: Correct the documentation on the limits for bridges and…
Browse files Browse the repository at this point in the history
… ports.

Signed-off-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
shettyg committed Jul 11, 2013
1 parent 586ddea commit 8ed7032
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions vswitchd/ovs-vswitchd.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,12 @@ We believe these limits to be accurate as of this writing. These
limits assume the use of the Linux kernel datapath.
.
.IP \(bu
Approximately 256 bridges given the allowance of 5,000 file
descriptors that \fBovs\-ctl\fR(8) configures. (\fBovs\-vswitchd\fR
requires 17 file descriptors per datapath.)
.
.IP \(bu
65,280 ports per bridge. Performance will degrade beyond 1,024 ports
per bridge due to fixed hash table sizing.
\fBovs\-vswitchd\fR started through \fBovs\-ctl\fR(8) provides a limit of 5000
file descriptors. The limits on the number of bridges and ports is decided by
the availability of file descriptors. With the Linux kernel datapath, creation
of a single bridge consumes 3 file descriptors and adding a port consumes
1 file descriptor. Performance will degrade beyond 1,024 ports per bridge due
to fixed hash table sizing. Other platforms may have different limitations.
.
.IP \(bu
2,048 MAC learning entries per bridge, by default. (This is
Expand Down

0 comments on commit 8ed7032

Please sign in to comment.