X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=OPENFLOW-1.1%2B;h=fb398730f485c39da4a9f14e613913511bff3cca;hb=85606e05b691be7c2f2d4bcf0e91170b71ec8fbb;hp=4bdd37ee1e7dfa0a788f49c248a06e3324807e95;hpb=fff22ddf266c3796451cdf3a04093d7889ae6edf;p=sliver-openvswitch.git diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+ index 4bdd37ee1..fb398730f 100644 --- a/OPENFLOW-1.1+ +++ b/OPENFLOW-1.1+ @@ -70,8 +70,6 @@ probably incomplete. implement it. It should be implemented so that the default OVS behavior does not change. - * Document how OVS does packet buffering. - * MPLS. Simon Horman maintains a patch series that adds this feature. This is partially merged. @@ -94,9 +92,6 @@ 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 @@ -160,7 +155,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.