[ovs-git] [openvswitch/ovs] e41ad0: datapath-windows: Support for IRP cancelling mecha...

GitHub noreply at github.com
Mon Aug 31 21:23:59 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: e41ad06bcdf97c7259018a66ee0de2748dbe70ad
      https://github.com/openvswitch/ovs/commit/e41ad06bcdf97c7259018a66ee0de2748dbe70ad
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-08-31 (Mon, 31 Aug 2015)

  Changed paths:
    M datapath-windows/ovsext/Datapath.c
    M datapath-windows/ovsext/TunnelFilter.c

  Log Message:
  -----------
  datapath-windows: Support for IRP cancelling mechanism

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 missing piece by adding support for IRP
cancelling mechanism.

Signed-off-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-by: Sorin Vinturis <svinturis at cloudbasesolutions.com>
Reported-at: https://github.com/openvswitch/ovs-issues/issues/95
Acked-by: Nithin Raju <nithin at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list