Re: [ovs-dev] [PATCH] datapath-windows: fix endless loop on reboot

2016-02-03 Thread Guru Shetty
On 12 January 2016 at 10:00, Alin Serdean wrote: > Testing under 2012 gave some more inisight on an old bug. > > If a PNP event with the value of NetEventSwitchActivate was triggered > we were calling OvsQuerySwitchActivationComplete which does an OID request > to the underlying drivers, however

Re: [ovs-dev] [PATCH] datapath-windows: fix endless loop on reboot

2016-01-20 Thread Nithin Raju
-Original Message- From: dev on behalf of Alin Serdean Date: Tuesday, January 12, 2016 at 11:30 PM To: "dev@openvswitch.org" Subject: [ovs-dev] [PATCH] datapath-windows: fix endless loop on reboot >Testing under 2012 gave some more inisight on an old bug. > >If a

[ovs-dev] [PATCH] datapath-windows: fix endless loop on reboot

2016-01-12 Thread Alin Serdean
Testing under 2012 gave some more inisight on an old bug. If a PNP event with the value of NetEventSwitchActivate was triggered we were calling OvsQuerySwitchActivationComplete which does an OID request to the underlying drivers, however this triggered a hang because as per documentation: https://