]> git.proxmox.com Git - mirror_ovs.git/commit
datapath-windows: Fix the isActivated flag in OvsActivateSwitch
authorShashank Ram <rams@vmware.com>
Fri, 11 Nov 2016 00:38:05 +0000 (16:38 -0800)
committerGurucharan Shetty <guru@ovn.org>
Fri, 11 Nov 2016 21:51:39 +0000 (13:51 -0800)
commita4dabb3df5d000e689915ff9f1df1d21ece0d496
tree46b1a24d60dfee2f4fe1ef7d93b72ca3b3918f73
parent98a0e2a348cc68872a50017db82477c54fba5b6b
datapath-windows: Fix the isActivated flag in OvsActivateSwitch

Previously, the driver would enter a deadlock because
the OvsInitConfiguredSwitchNics() function would wait
till switchContext->isActivated flag is set.

Signed-off-by: Shashank Ram <rams@vmware.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
datapath-windows/ovsext/Switch.c