This series adds the basic communication handlers for the bundles functionality. The actual message pre-validation and commits are not implemented.
Signed-off-by: Alexandru Copot <alex.miha...@gmail.com> Cc: Daniel Baluta <dbal...@ixiacom.com> Alexandru Copot (3): Add basic implementation for OpenFlow 1.4 bundles tests: add some OpenFlow 1.4 bundles tests tests: fix broken tests after enabling OpenFlow 1.4 lib/learning-switch.c | 2 + lib/ofp-errors.h | 52 ++++++++++ lib/ofp-msgs.h | 10 ++ lib/ofp-print.c | 95 ++++++++++++++++++ lib/ofp-util.c | 60 ++++++++++++ lib/ofp-util.h | 21 ++++ lib/rconn.c | 2 + ofproto/automake.mk | 5 +- ofproto/bundles.c | 255 ++++++++++++++++++++++++++++++++++++++++++++++++ ofproto/bundles.h | 53 ++++++++++ ofproto/connmgr.c | 23 +++++ ofproto/connmgr.h | 3 + ofproto/ofproto.c | 72 ++++++++++++++ tests/ofp-print.at | 131 ++++++++++++++++++++++++- tests/ofp-util.at | 2 +- tests/ofproto-macros.at | 4 +- tests/ofproto.at | 234 ++++++++++++++++++++++++++++++++++++++++++++ 17 files changed, 1017 insertions(+), 7 deletions(-) create mode 100644 ofproto/bundles.c create mode 100644 ofproto/bundles.h -- 1.9.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev