[ovs-git] [openvswitch/ovs] 9719ae: datapath-windows: Enable extension after rrestart

GitHub noreply at github.com
Wed Apr 29 14:27:13 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 9719aee5c7bf4d3b99a0b25eecf86ea0eef652e8
      https://github.com/openvswitch/ovs/commit/9719aee5c7bf4d3b99a0b25eecf86ea0eef652e8
  Author: Sorin Vinturis <svinturis at cloudbasesolutions.com>
  Date:   2015-04-29 (Wed, 29 Apr 2015)

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

  Log Message:
  -----------
  datapath-windows: Enable extension after rrestart

The extension failed to be activated during booting due to the
failure to initialize tunnel filter. This happened because the Base
Filtering Engine (BFE) is not started and no session to the engine
could be acquired.

The solution for this was to registered a BFE notification callback
that is called whenever the BFE's state changes. Only if the BFE's
state is running the tunnel filter is initialized.

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/77
Acked-by: Eitan Eliahu <eliahue at vmware.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>




More information about the git mailing list