X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fovs-vswitchd.8.in;fp=vswitchd%2Fovs-vswitchd.8.in;h=58b5b93f6ae561da97e6bf7d37343072461bea0e;hb=42ed0063c01a82c15316281d617f46ebbd3a09b2;hp=1606b87274ab889dca79f50168b611716924c8d0;hpb=fff22ddf266c3796451cdf3a04093d7889ae6edf;p=sliver-openvswitch.git diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in index 1606b8727..58b5b93f6 100644 --- a/vswitchd/ovs-vswitchd.8.in +++ b/vswitchd/ovs-vswitchd.8.in @@ -211,6 +211,26 @@ enabled. .so lib/coverage-unixctl.man .so lib/stress-unixctl.man . +.SH "OPENFLOW IMPLEMENTATION" +. +.PP +This section documents aspects of OpenFlow for which the OpenFlow +specification requires documentation. +. +.SS "Packet buffering." +The OpenFlow specification, version 1.2, says: +. +.IP +Switches that implement buffering are expected to expose, through +documentation, both the amount of available buffering, and the length +of time before buffers may be reused. +. +.PP +Open vSwitch maintain a separate set of 256 packet buffers for each +OpenFlow connection. Any given packet buffer is preserved until it is +referenced by an \fBOFPT_FLOW_MOD\fR or \fBOFPT_PACKET_OUT\fR request +or for 5 seconds, whichever comes first. +. .SH "LIMITS" . .PP