[ovs-git] [openvswitch/ovs] 32e35d: datapath-windows: Enable failure after restarting ...

GitHub noreply at github.com
Fri Aug 28 17:58:56 UTC 2015


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

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

  Log Message:
  -----------
  datapath-windows: Enable failure after restarting extension

If the extension was previously enabled and running, after issuing a
restart, stop+start, the extension fails to be enabled. This happens
because the extension's DeviceObject is not yet initialized before the
FilterAttach routine is called.

This patch addresses this issue.

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/96
Acked-by: Nithin Raju <nithin at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list