Re: [ovs-dev] [PATCH v2 2/2] datapath-windows: Support for IRP cancelling mechanism

2015-08-31 Thread Sorin Vinturis
Hi Nithin, Please see my answers inline. -Original Message- From: Nithin Raju [mailto:nit...@vmware.com] Sent: Friday, 28 August, 2015 01:03 To: Sorin Vinturis Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH v2 2/2] datapath-windows: Support for IRP cancelling mechanism hi Sorin

Re: [ovs-dev] [PATCH v2 2/2] datapath-windows: Support for IRP cancelling mechanism

2015-08-27 Thread Nithin Raju
hi Sorin, Looks good overall. I just one one comment about the patch which I’ve inlined. How did you test this BTW? > VOID > @@ -1309,7 +1405,7 @@ OvsTunnelFilterThreadUninit(POVS_TUNFLT_THREAD_CONTEXT > threadCtx) > * --

Re: [ovs-dev] [PATCH v2 2/2] datapath-windows: Support for IRP cancelling mechanism

2015-08-03 Thread Nithin Raju
> On Jul 20, 2015, at 12:00 PM, Sorin Vinturis > wrote: > > Under certain circumstances, we might need to cancel a pending IRP > that has been submitted and not yet responded. This might occur when > the request takes too long to complete or when the process which > initiated the request termina

[ovs-dev] [PATCH v2 2/2] datapath-windows: Support for IRP cancelling mechanism

2015-07-20 Thread Sorin Vinturis
Under certain circumstances, we might need to cancel a pending IRP that has been submitted and not yet responded. This might occur when the request takes too long to complete or when the process which initiated the request terminated, leaving the request outstanding. This patch provides this missi