Hi, This series is comprised of three components.
A. Enhance existing ofproto group code [PATCH v2 1/5] Use enum ofp11_group_type in struct ofgroup [PATCH v2 2/5] ovs-ofctl: Handle any number of buckets in group statistics B. Support write actions. With this in place it is possible to use write actions and clear actions. This patch does not depend on other patches in the series. [PATCH v2 3/5] Add support for write-actions C. Translation of indirect and all groups With these patches in place it is possible to use indirect and all groups. These patches depend on previous patches in the series. [PATCH v2 4/5] ofproto-dpif: Implement group callbacks [PATCH v2 5/5] Translation of indirect and all groups Overall diffstat lib/ofp-actions.c | 345 +++++++++++++++++++++++++++++++++++++++++-- lib/ofp-actions.h | 22 ++- lib/ofp-parse.c | 43 +++++- lib/ofp-print.c | 26 ++-- lib/ofp-util.c | 45 +++--- lib/ofp-util.h | 4 +- ofproto/ofproto-dpif-xlate.c | 183 ++++++++++++++++++++--- ofproto/ofproto-dpif.c | 136 ++++++++++++++++- ofproto/ofproto-dpif.h | 33 +++++ ofproto/ofproto-provider.h | 2 +- ofproto/ofproto.c | 28 ++-- tests/ofp-actions.at | 26 +++- tests/ofproto-dpif.at | 51 +++++++ utilities/ovs-ofctl.8.in | 51 +++++++ 14 files changed, 900 insertions(+), 95 deletions(-) -- 1.8.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev