OPENFLOW-1.1+: OFPCML_NO_BUFFER is effectively already implemented.
authorBen Pfaff <blp@nicira.com>
Thu, 23 May 2013 23:07:43 +0000 (16:07 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 24 May 2013 19:10:01 +0000 (12:10 -0700)
commitfff22ddf266c3796451cdf3a04093d7889ae6edf
treeac4ac12023f2e2a10b1aba466e69742b34ce4c1c
parent2be9d4f0a013419169970c998d9a864d020e93f0
OPENFLOW-1.1+: OFPCML_NO_BUFFER is effectively already implemented.

OpenFlow 1.2 and later define a value of 65535 (OFPCML_NO_BUFFER) for
the max_len field in an output action to mean that the switch should send
the entire packet without buffering it.  Open vSwitch never buffers packets
sent via an output action, so it trivially satisfies this requirement.

Signed-off-by: Ben Pfaff <blp@nicira.com>
OPENFLOW-1.1+