Ben Pfaff (9): ofp-util: Remove prototypes for unimplemented functions. ofp-actions: Add action bitmap abstraction. ofp-actions: Add instructions bitmaps and fix related bug. ofproto: Correctly report table miss configuration in table stats. ofp-util: Abstract table miss configuration and fix related bugs. ofp-util: Fix table features decoding of multiple tables. ofp-util: Fix table features decoding of action and instruction fields. ofp-util: Fix table features decoding of match and mask. ofproto: Implement OpenFlow 1.3+ table features request.
NEWS | 1 + OPENFLOW-1.1+ | 3 - include/openflow/openflow-1.1.h | 4 - include/openflow/openflow-1.3.h | 4 - lib/ofp-actions.c | 222 ++++++++++ lib/ofp-actions.h | 149 ++++--- lib/ofp-parse.c | 9 +- lib/ofp-print.c | 511 +++++++--------------- lib/ofp-util.c | 916 ++++++++++++++++++++++++++++++---------- lib/ofp-util.h | 105 ++--- ofproto/connmgr.c | 13 +- ofproto/ofproto-dpif.c | 54 +-- ofproto/ofproto-provider.h | 76 ++-- ofproto/ofproto.c | 266 +++++++----- ofproto/ofproto.h | 20 +- tests/ofp-print.at | 133 ++++-- tests/ofproto-dpif.at | 59 ++- tests/ofproto.at | 220 ++++++++-- 18 files changed, 1752 insertions(+), 1013 deletions(-) -- 1.9.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev