Hi Ben, Hi All, this series, increases the coverage of the Open Flow 1.2 implementation in Open vSwtich.
This series resolves the issues raised by Ben in relation to the previous posting of this series, v12, and removes patches that have been merged. In particular: * Much of the parsing and decoding code for Queue and Port Status mesages has been refactored into Open Flow version-neutral code. * Queue and Port Status message patches have meen consolidated to make fewer more complete patches. 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 (e083eb69425beebc9972ca7af394030158e18f46 "ofp-util: Allow OF1.2 to be used as a dump protocol") Patches ------- Overall Diffstat ---------------- lib/ofp-msgs.h | 37 ++- lib/ofp-print.c | 89 +++++--- lib/ofp-util.c | 434 +++++++++++++++++++++++++++++++++++++++- lib/ofp-util.h | 31 ++ ofproto/ofproto.c | 116 +++++++--- tests/ofp-print.at | 137 ++++++++++++ utilities/ovs-ofctl.c | 113 +++++----- 7 files changed, 819 insertions(+), 138 deletions(-) _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
