[ovs-dev] [PATCH v4 0/3] Initial implementation of OpenFlow 1.4 bundles

Alexandru Copot alex.mihai.c at gmail.com
Tue Apr 22 18:31:58 UTC 2014


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.mihai.c at gmail.com>
Cc: Daniel Baluta <dbaluta at ixiacom.com>

Alexandru Copot (3):
  Add basic implementation for OpenFlow 1.4 bundles
  tests: add some OpenFlow 1.4 bundles tests
  ofp-print: Enable printing OF1.4 version

 lib/learning-switch.c   |   2 +
 lib/ofp-errors.h        |  52 ++++++++++
 lib/ofp-msgs.h          |  10 ++
 lib/ofp-print.c         |  95 ++++++++++++++++++
 lib/ofp-util.c          |  58 +++++++++++
 lib/ofp-util.h          |  21 ++++
 lib/rconn.c             |   2 +
 ofproto/automake.mk     |   5 +-
 ofproto/bundles.c       | 260 ++++++++++++++++++++++++++++++++++++++++++++++++
 ofproto/bundles.h       |  49 +++++++++
 ofproto/connmgr.c       |  16 +++
 ofproto/connmgr.h       |   2 +
 ofproto/ofproto.c       |  70 +++++++++++++
 tests/ofp-print.at      | 131 +++++++++++++++++++++++-
 tests/ofp-util.at       |   2 +-
 tests/ofproto-macros.at |   4 +-
 tests/ofproto.at        | 234 +++++++++++++++++++++++++++++++++++++++++++
 17 files changed, 1006 insertions(+), 7 deletions(-)
 create mode 100644 ofproto/bundles.c
 create mode 100644 ofproto/bundles.h

-- 
1.9.2




More information about the dev mailing list