[ovs-dev] [cfm 0/3] move cfm from vswitchd into ofproto

Ben Pfaff blp at nicira.com
Wed Mar 16 21:37:45 UTC 2011


This set of patches moves the CFM implementation from ovs-vswitchd
into ofproto.  This is one step toward my goal of getting rid of the
hooks from ofproto back into vswitchd.

Ben Pfaff (3):
  cfm: Immediately signal a fault upon receiving an unexpected MPID.
  ofproto: Specialize ofproto_send_packet() for uses the callers really
    want.
  ofproto: Take responsibility for configuration fault management
    (CFM).

 lib/cfm.c         |    3 +-
 ofproto/ofproto.c |  178 ++++++++++++++++++++++++++++++++++++++++++++---------
 ofproto/ofproto.h |   16 ++++-
 vswitchd/bridge.c |  113 +++++----------------------------
 4 files changed, 179 insertions(+), 131 deletions(-)




More information about the dev mailing list