X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=OPENFLOW-1.1%2B;h=d08a46ee474043dd36134a0f5d70158dc1db51cb;hb=2b13d312fc4d6e5eb1d0e3004fa523bb0c0ba544;hp=4d69dfa5481589001d56003de919b293f00e3961;hpb=42ed0063c01a82c15316281d617f46ebbd3a09b2;p=sliver-openvswitch.git diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+ index 4d69dfa54..d08a46ee4 100644 --- a/OPENFLOW-1.1+ +++ b/OPENFLOW-1.1+ @@ -62,10 +62,6 @@ probably incomplete. so the value is not necessarily meaningful. We might have to just fix it as the same as in_port. - * On OF1.1+ flow_mods, updates by MODIFY are now much better - specified. Check that OVS implements the new behavior, fix it - if not. - * OFPT_TABLE_MOD stats. This is new in OF1.1, so we need to implement it. It should be implemented so that the default OVS behavior does not change. @@ -92,21 +88,10 @@ OpenFlow 1.2 support requires OpenFlow 1.1 as a prerequisite, plus the following additional work. (This is based on the change log at the end of the OF1.2 spec. I didn't compare the specs carefully yet.) - * Use new OpenFlow extensible error infrastructure, on OF1.2+ - only, instead of the OVS-specific extension used until now. - * OFPT_FLOW_MOD: - * MODIFY and MODIFY_STRICT commands now never insert new flows - in the table. We will still need variations that do, - though, both to support older OpenFlow protocols and to get - sensible behavior for the internal implementation of the - NXAST_LEARN action. - * New flag OFPFF_RESET_COUNTS. - * New cookie field behavior. - * Add ability to delete flow in all tables. * Update DESIGN to describe OF1.2 behavior also. @@ -158,7 +143,8 @@ didn't compare the specs carefully yet.) * Rework tag order. I'm not sure whether we need to do anything for this. - * Duration for stats. + * Duration for queue stats. (Duration for port stats is already + implemented.) * On-demand flow counters. I think this might be a real optimization in some cases for the software switch.