> ----Original Message----- > From: Nithin Raju [mailto:[email protected]] > Sent: Monday, 3 August, 2015 20:22 > To: Sorin Vinturis > Cc: [email protected] > Subject: Re: [ovs-dev] [PATCH] datapath-windows: Enable failure after > restarting extension > >> On Jul 15, 2015, at 7:50 AM, Sorin Vinturis >> <[email protected]> wrote: >> >> If the extension was previously enabled and running, after issuing a >> restart, stop+start, the extension fails to be enabled. This happens >> because the extension's DeviceObject is not yet initialized before the >> FilterAttach routine is called. >> >> This patch addresses this issue. >> >> Signed-off-by: Sorin Vinturis <[email protected]> >> Reported-by: Sorin Vinturis <[email protected]>
hi Sorin, Thanks for the explanation. The race condition is indeed very intricate. Acked-by: Nithin Raju <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
