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

2015-08-31 Thread Ben Pfaff
On Mon, Aug 31, 2015 at 09:12:18PM +, Nithin Raju wrote: > > On Aug 31, 2015, at 10:46 AM, 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 l

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

2015-08-31 Thread Nithin Raju
> On Aug 31, 2015, at 10:46 AM, 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 v3 2/2] datapath-windows: Support for IRP cancelling mechanism

2015-08-31 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