I think that these patches are now ready for review to be checked in. Compared to the start of the "of1.1 draft" series that I posted earlier, "ofp-util: Extend message decoding..." is new and "Better abstract..." now unit tests the OF1.1 error decoding support.
Ben Pfaff (3): nicira-ext: Rename "struct nxt_*" to "struct nx_*". ofp-util: Extend message decoding data structures with version field. Better abstract OpenFlow error codes. build-aux/extract-ofp-errors | 243 ++++++++++++++------- include/openflow/nicira-ext.h | 10 +- include/openflow/openflow.h | 78 +------- lib/.gitignore | 2 +- lib/automake.mk | 13 +- lib/autopath.c | 5 +- lib/autopath.h | 4 +- lib/bundle.c | 22 +- lib/bundle.h | 5 +- lib/dpif.c | 10 +- lib/learn.c | 27 ++-- lib/learn.h | 4 +- lib/learning-switch.c | 1 + lib/multipath.c | 7 +- lib/multipath.h | 6 +- lib/nx-match.c | 48 ++--- lib/nx-match.h | 16 +- lib/ofp-errors.c | 286 ++++++++++++++++++++++++ lib/ofp-errors.h | 389 ++++++++++++++++++++++++++++++++- lib/ofp-print.c | 44 ++--- lib/ofp-util.c | 481 ++++++++++++----------------------------- lib/ofp-util.h | 174 ++-------------- lib/vconn.c | 11 +- ofproto/connmgr.c | 21 +- ofproto/connmgr.h | 7 +- ofproto/ofproto-dpif.c | 19 +- ofproto/ofproto-provider.h | 49 ++--- ofproto/ofproto.c | 153 +++++++------- ofproto/pktbuf.c | 13 +- ofproto/pktbuf.h | 8 +- tests/ofp-print.at | 57 ++++- tests/ovs-ofctl.at | 92 ++++---- utilities/ovs-ofctl.c | 7 +- 33 files changed, 1334 insertions(+), 978 deletions(-) create mode 100644 lib/ofp-errors.c -- 1.7.2.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev