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(-) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev