Hi Ben, Hi All, this series, again in exactly 1001 insertions, increases the coverage of the Open Flow 1.2 implementation in Open vSwtich.
This differs from v13 of this series in that: * The first and second patches have been dropped in favour of a patch by Ben which is now the first patch of the series. * Some minor rebasing was required to accommodate the above patch shuffling. That is all. Base ---- This series is based the current master branch Availability ------------ This series is available in the devel/of1.2 branch of git://github.com/horms/openvswitch.git (ad97c512ed01bf1e909724cf94e0c479556a0647 "ofp-util: Allow OF1.2 to be used as a dump protocol") Patches ------- [PATCH 01/11] ovs-ofctl: Accept port keywords, OF1.1 port numbers, [PATCH 02/11] ofp-msgs: Open Flow 1.1 and 1.2 Port Status Messages [PATCH 03/11] ofp-msgs: Open Flow 1.1 and 1.2 Queue Status Messages [PATCH 04/11] ovs-ofpctl: Enable queue-stats for Open Flow 1.1 & 1.2 [PATCH 05/11] ofp-msgs: Update for OpenFlow 1.1 & 1.2 Port Desc [PATCH 06/11] ofproto: Use OFPERR_OFPFMFC_TABLE_FULL for OpenFlow [PATCH 07/11] ofp-util: Correct setting of Flow Mod cookie on encode [PATCH 08/11] ofproto: Do not add flow on flow mod if new_cookie is [PATCH 09/11] ofp-print: Do not display flow mod cookie if it is [PATCH 10/11] Use enum ofperr in ofputil_decode_flow_removed() [PATCH 11/11] ofp-util: Allow OF1.2 to be used as a dump protocol Overall Diffstat ---------------- NEWS | 8 include/openflow/openflow-1.0.h | 16 lib/autopath.c | 9 lib/bundle.c | 9 lib/meta-flow.c | 3 lib/ofp-actions.c | 7 lib/ofp-msgs.h | 37 +- lib/ofp-parse.c | 25 - lib/ofp-print.c | 89 +++-- lib/ofp-util.c | 518 ++++++++++++++++++++++++++++-- lib/ofp-util.h | 33 + ofproto/ofproto.c | 116 ++++-- tests/autopath.at | 2 tests/ofp-print.at | 137 +++++++ tests/ofproto.at | 148 ++++---- utilities/ovs-ofctl.8.in | 79 ++-- utilities/ovs-ofctl.c | 41 -- 17 files changed, 1001 insertions(+), 276 deletions(-) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev