Skip to content

Commit

Permalink
OPENFLOW-1.1+: OFPCML_NO_BUFFER is effectively already implemented.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
blp committed May 24, 2013
1 parent 2be9d4f commit fff22dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OPENFLOW-1.1+
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ end of the OF1.2 spec. I didn't compare the specs carefully yet.)

* Update DESIGN to describe OF1.2 behavior also.

* Add ability to turn off packet buffering with OFPCML_NO_BUFFER.

OpenFlow 1.3
------------

Expand Down

0 comments on commit fff22dd

Please sign in to comment.