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
> 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
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
>
> 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
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