[ovs-dev] [PATCH v5 0/4] Bundles refinements.

Jarno Rajahalme jrajahalme at nicira.com
Fri Jun 12 21:36:20 UTC 2015


These patches Finish up some loose ends with OF 1.4 bundles.

Only patch 03 is new, and patch 04 adds new documentation.

Jarno Rajahalme (4):
  classifier: Simplify versioning.
  ofproto: Postpone sending flow removed messages.
  ofproto: Generalize deferred work execution.
  ofproto: Support port mods in bundles.

 DESIGN.md                          |   53 +++++-
 NEWS                               |   11 +-
 OPENFLOW-1.1+.md                   |    6 +
 include/openflow/openflow-common.h |    2 +
 lib/classifier-private.h           |   50 +++---
 lib/classifier.c                   |   72 +++-----
 lib/classifier.h                   |   26 +--
 lib/ofp-print.c                    |    1 +
 ofproto/bundles.h                  |    6 +-
 ofproto/ofproto-dpif-xlate.c       |    4 +-
 ofproto/ofproto-dpif.c             |   17 +-
 ofproto/ofproto-dpif.h             |    5 +-
 ofproto/ofproto-provider.h         |   23 ++-
 ofproto/ofproto.c                  |  339 ++++++++++++++++++++++++------------
 tests/test-classifier.c            |   12 +-
 15 files changed, 396 insertions(+), 231 deletions(-)

-- 
1.7.10.4




More information about the dev mailing list