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