[ovs-dev] [next2 0/7] some cleanups for the 'next' branch

Ben Pfaff blp at nicira.com
Tue Apr 26 20:51:24 UTC 2011


These apply following the "next" series that I have already sent out.
Except for the commit "classifier: Remove OF1.0 special case...", each
of them would properly be squashed into the final commit of the "next"
series if we did decide to rebase against master instead of merging
with it.

Ben Pfaff (7):
  ofproto: Better document the ofproto_class interface.
  Remove unneeded #include directives.
  ofproto: Eliminate reference to dpif_upcall from ofproto.
  ofproto: Update some comments.
  ofproto: Remove unused coverage counters.
  classifier: Remove OF1.0 special case from
    classifier_find_rule_exactly().
  ofproto: Make rule construction and destruction more symmetric.

 lib/classifier.c        |   28 +++++--
 lib/classifier.h        |    3 +-
 ofproto/connmgr.c       |   50 ++++++-------
 ofproto/connmgr.h       |    4 +-
 ofproto/ofproto-dpif.c  |   42 ++++++-----
 ofproto/ofproto.c       |   96 ++++++------------------
 ofproto/pinsched.c      |    6 +-
 ofproto/private.h       |  193 +++++++++++++++++++++++++++++++++++++++++++---
 tests/test-classifier.c |   12 ++--
 utilities/ovs-ofctl.c   |    2 +-
 vswitchd/bridge.c       |   23 ------
 11 files changed, 283 insertions(+), 176 deletions(-)

-- 
1.7.4.4




More information about the dev mailing list