Re: [ovs-dev] [PATCH] datapath-windows: Enable failure after restarting extension

2015-08-28 Thread Ben Pfaff
On Thu, Aug 27, 2015 at 09:02:17PM +, Nithin Raju wrote: > > Original Message- > > From: Nithin Raju [mailto:nit...@vmware.com] > > Sent: Monday, 3 August, 2015 20:22 > > To: Sorin Vinturis > > Cc: dev@openvswitch.org > > Subject: Re: [ovs-dev] [PAT

Re: [ovs-dev] [PATCH] datapath-windows: Enable failure after restarting extension

2015-08-27 Thread Nithin Raju
> Original Message- > From: Nithin Raju [mailto:nit...@vmware.com] > Sent: Monday, 3 August, 2015 20:22 > To: Sorin Vinturis > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] datapath-windows: Enable failure after > restarting extension > >> On J

Re: [ovs-dev] [PATCH] datapath-windows: Enable failure after restarting extension

2015-08-04 Thread Sorin Vinturis
Nithin, please see my answers inline. Thanks! -Original Message- From: Nithin Raju [mailto:nit...@vmware.com] Sent: Monday, 3 August, 2015 20:22 To: Sorin Vinturis Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] datapath-windows: Enable failure after restarting extension >

Re: [ovs-dev] [PATCH] datapath-windows: Enable failure after restarting extension

2015-08-03 Thread Nithin Raju
> On Jul 15, 2015, at 7:50 AM, Sorin Vinturis > 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 i

[ovs-dev] [PATCH] datapath-windows: Enable failure after restarting extension

2015-07-15 Thread Sorin Vinturis
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 Vi