From fff22ddf266c3796451cdf3a04093d7889ae6edf Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 23 May 2013 16:07:43 -0700 Subject: [PATCH] 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 --- OPENFLOW-1.1+ | 2 -- 1 file changed, 2 deletions(-) diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+ index b6a4222ae..4bdd37ee1 100644 --- a/OPENFLOW-1.1+ +++ b/OPENFLOW-1.1+ @@ -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 ------------ -- 2.47.0