X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=OPENFLOW-1.1%2B;h=e194ba781a15a2e6338eaacd6b8f93a7acb12fa0;hb=ac60863f78e412004c5b69f5a64a49bc6f0bc46d;hp=47cb60323c410ee0190c1c76b016e7d1cb1dd63c;hpb=76ec08e01b4075b2e6d76ecbc5872513dd5b873f;p=sliver-openvswitch.git diff --git a/OPENFLOW-1.1+ b/OPENFLOW-1.1+ index 47cb60323..e194ba781 100644 --- a/OPENFLOW-1.1+ +++ b/OPENFLOW-1.1+ @@ -78,23 +78,6 @@ probably incomplete. reasonable performance. [required for OF1.1+] - * Groups. - - * Type all - [required for OF1.1+] - - * Type select - [optional for OF1.1+] - - * Type indirect - [required for OF1.1+] - - * Type fast failover - [optional for OF1.1+] - - * Statistics - [optional for OF1.1+] - OpenFlow 1.2 ------------ @@ -117,6 +100,7 @@ end of the OF1.3 spec, reusing most of the section titles directly. I didn't compare the specs carefully yet.) * Add support for multipart requests. + Currently we always report OFPBRC_MULTIPART_BUFFER_OVERFLOW. [optional for OF1.3+] * Add OFPMP_TABLE_FEATURES statistics. @@ -135,11 +119,9 @@ didn't compare the specs carefully yet.) that is all done, is probably 2 or 3 days work. [optional for OF1.3+] - * Per-flow meters. Similar to IPv6 extension headers in kernel - and design requirements. Might be politically difficult to add - directly to the kernel module, since its functionality overlaps - with tc. Ideally, therefore, we could implement these somehow - with tc, but I haven't investigated whether that makes sense. + * Per-flow meters. OpenFlow protocol support is now implemented. + Support for the special OFPM_SLOWPATH and OFPM_CONTROLLER meters + is missing. Support for the software switch is under review. [optional for OF1.3+] * Per-connection event filtering. OF1.3 adopted Open vSwitch's @@ -156,15 +138,16 @@ 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. (Included in Simon's MPLS series?) + * 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. I'm not sure whether we need to do anything - for this. Part of MPLS patchset by Simon Horman. + * 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 @@ -261,6 +244,12 @@ OpenFlow 1.4 [EXT-235] [optional for OF1.4+] +General +----- + + * ovs-ofctl(8) often lists as Nicira extensions features that + later OpenFlow versions support in standard ways. + How to contribute -----------------