On Mon, Nov 18, 2013 at 03:27:18PM -0800, Joe Stringer wrote: > On 14 November 2013 15:28, Joe Stringer <joestrin...@nicira.com> wrote: > > @@ -2529,6 +2538,7 @@ bridge_wait(void) > > > > HMAP_FOR_EACH (br, node, &all_bridges) { > > ofproto_wait(br->ofproto); > > + netdev_seq_wait(br->change_seq); > > } > > poll_timer_wait_until(iface_stats_timer); > > } > > -- > > 1.7.9.5 > > I'm not sure we strictly need to wake up on device changes, since they > won't be checked until the instant_stats timer times out---which we > already wait on. This line could be omitted.
I guess that it is better to omit it, then. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev