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

2015-08-04 Thread Sorin Vinturis
2/2] datapath-windows: Support for IRP cancelling mechanism hi Sorin, Thanks for this patch. This is a functionality that is needed to complete the tunnel filter async request story. I have a few comments that are inlined. How did you test this patch, BTW? > On Jul 15, 2015, at 1:55 AM, So

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

2015-08-03 Thread Nithin Raju
hi Sorin, Thanks for this patch. This is a functionality that is needed to complete the tunnel filter async request story. I have a few comments that are inlined. How did you test this patch, BTW? > On Jul 15, 2015, at 1:55 AM, Sorin Vinturis > wrote: > > Under certain circumstances, we migh

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

2015-07-15 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 adds this missing p