Re: [ovs-dev] [PATCH] ifnotifier: do not wake up when there is no db connection

2016-10-31 Thread Ben Pfaff
On Tue, Oct 25, 2016 at 03:44:43PM -0200, Thadeu Lima de Souza Cascardo wrote: > When bridge uses the interface notifier, it wakes up until a reconfiguration > takes place. However, if there is no connection or a lock contention to the > database, the check for reconfiguration will not take place.

[ovs-dev] [PATCH] ifnotifier: do not wake up when there is no db connection

2016-10-25 Thread Thadeu Lima de Souza Cascardo
When bridge uses the interface notifier, it wakes up until a reconfiguration takes place. However, if there is no connection or a lock contention to the database, the check for reconfiguration will not take place. This uses a seq and only seq_wait when checking for the interfaces change. This is