Re: [ovs-dev] [PATCHv4 2/4] ofproto-dpif: Don't poll ports when nothing changes

2013-12-11 Thread Ethan Jackson
Acked-by: Ethan Jackson Could you fold my acked by into the commit message so when you resend rebased on the new version of the first patch, I know not to review it again? Thanks On Wed, Dec 11, 2013 at 9:10 AM, Joe Stringer wrote: > Currently, as part of ofproto-dpif run() processing, we loop

[ovs-dev] [PATCHv4 2/4] ofproto-dpif: Don't poll ports when nothing changes

2013-12-11 Thread Joe Stringer
Currently, as part of ofproto-dpif run() processing, we loop through all ports and poll corresponding devices for changes in carrier, cfm and bfd status. This allows us to determine how it may affect bundles. For the average case where devices are not going up or down constantly, this is a large am