I resend these patches as a new series, since one more patch is added. Patch 1/6: - split the relax of bfd test requirement into one single patch
Patch 2/6: - delete unnecessary comments - move the start, terminate function in to update function Patch 3/6-5/6: - no change, add ACK by Ethan Patch 6/6: - fix the typo in commit log - add macro for conversion between time_msec and heap priority - always wake up the monitor thread when monitored port is configured Alex Wang (6): tests: Relax the requirement of bfd tests on timing. ofproto-dpif-monitor: Run ofproto-dpif-monitor in a thread. heap: Change type of "priority" in "struct heap". bfd: Add bfd_wake_time() function. cfm: Add cfm_wake_time() function. ofproto-dpif-monitor: Use heap to order the mport wakeup time. lib/bfd.c | 26 ++++-- lib/bfd.h | 2 +- lib/cfm.c | 19 +++- lib/cfm.h | 1 + lib/heap.c | 6 +- lib/heap.h | 12 +-- ofproto/ofproto-dpif-monitor.c | 169 +++++++++++++++++++++++++---------- ofproto/ofproto-dpif-monitor.h | 4 - ofproto/ofproto-dpif.c | 5 -- tests/bfd.at | 190 +++++++++++++--------------------------- tests/ofproto-dpif.at | 70 +++++++++++++++ 11 files changed, 300 insertions(+), 204 deletions(-) -- 1.7.9.5 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
