Wait longer for userspace on brcompat changes.
authorKeith Amidon <keith@nicira.com>
Mon, 16 Mar 2009 16:44:07 +0000 (09:44 -0700)
committerKeith Amidon <keith@nicira.com>
Mon, 16 Mar 2009 20:39:51 +0000 (13:39 -0700)
commit22e44f11a0dbbfb5839c2a3ee63e41195e9c7250
tree0e35141ab8f44c6ac0f8ba4a14f6ff23fa762bfa
parentc8e4c552533b9d9a90806d32385b7a695fc5a887
Wait longer for userspace on brcompat changes.

We aren't returning to the caller of the bridge APIs until the
userspace vswitchd completes changes.  This timeout exists to return
an error if that is taking too long.  Extending it to error by being
too conservative (waiting too long) in an attempt to make sure vswitch
and the brcompat user don't get out of sync.
datapath/brcompat.c