Here's a second version of the "groups" patch originally posted at the end of June. I've gone over most of it pretty carefully and reworked some parts to my liking. It needs a manpage update and some more comments before it is totally ready.
Ben Pfaff (1): list: New function list_move(). Neil Zhu (1): Implement OpenFlow 1.1+ "groups" protocol. AUTHORS | 1 + NEWS | 7 + include/openflow/openflow-1.1.h | 8 +- include/openflow/openflow-1.2.h | 2 +- include/openflow/openflow-common.h | 2 +- lib/learning-switch.c | 1 + lib/list.c | 14 + lib/list.h | 3 +- lib/ofp-actions.c | 43 +++ lib/ofp-actions.h | 11 + lib/ofp-msgs.h | 10 +- lib/ofp-parse.c | 260 ++++++++++++++++ lib/ofp-parse.h | 11 + lib/ofp-print.c | 231 +++++++++++++- lib/ofp-util.c | 585 +++++++++++++++++++++++++++++++++++- lib/ofp-util.def | 1 + lib/ofp-util.h | 95 ++++++ lib/rconn.c | 1 + ofproto/ofproto-dpif-xlate.c | 4 + ofproto/ofproto-dpif.c | 29 +- ofproto/ofproto-provider.h | 50 ++- ofproto/ofproto.c | 378 ++++++++++++++++++++++- tests/ofp-print.at | 137 ++++++++- utilities/ovs-ofctl.c | 162 ++++++++++ 24 files changed, 1987 insertions(+), 59 deletions(-) -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev