X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=OPENFLOW-1.1%2B;h=1b8a0ee1179a02b54b8eda493d4de8877c82f6b4;hb=db19b72b9f6d0d40b743214241d9666116e3b448;hp=eaf2ee99e5efe1fd618aeee506b554544a6d05ab;hpb=6b4b2f598246e87237342a9179a0d29e202ebe65;p=sliver-openvswitch.git diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+ index eaf2ee99e..1b8a0ee11 100644 --- a/OPENFLOW-1.1+ +++ b/OPENFLOW-1.1+ @@ -56,7 +56,7 @@ probably incomplete. * OFPT_TABLE_MOD message. 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. + behavior does not change. Simon Horman has posted a patch. [required for OF1.1 and OF1.2] * MPLS. Simon Horman maintains a patch series that adds this @@ -91,8 +91,8 @@ didn't compare the specs carefully yet.) Currently we always report OFPBRC_MULTIPART_BUFFER_OVERFLOW. [optional for OF1.3+] - * Add OFPMP_TABLE_FEATURES statistics. - [optional for OF1.3+] + * Add OFPMP_TABLE_FEATURES statistics. Alexander Wu has posted a + patch series. [optional for OF1.3+] * More flexible table miss support. This requires the following. @@ -121,18 +121,10 @@ didn't compare the specs carefully yet.) some kind of "hardware" support, if we judged it useful enough.) [optional for OF1.3+] - * MPLS BoS matching. - Part of MPLS patchset by Simon Horman. - [optional for OF1.3+] - * Provider Backbone Bridge tagging. I don't plan to implement this (but we'd accept an implementation). [optional for OF1.3+] - * Rework tag order. - Part of MPLS patchset by Simon Horman. - [required for v1.3+] - * On-demand flow counters. I think this might be a real optimization in some cases for the software switch. [optional for OF1.3+]