Applied to master, thanks.

On Wed, Apr 15, 2015 at 05:30:26PM +0000, Sorin Vinturis wrote:
> I have removed an inappropriate assert from the FilterNetPnPEvent
> routine, OvsExtNetPnPEvent. When NDIS calls the FilterNetPnPEvent
> routine, the extension is in paused state and, obviously, the
> switch is not active. The switch becomes active after FilterRestart
> routine is called and the restart is successfully complete.
> 
> v2: Splitted original patch into two patch series.
> 
> v3: Added acked.

Please put comments about inter-version changes after the ---.

> Signed-off-by: Sorin Vinturis <[email protected]>
> Acked-by: Eitan Eliahu <[email protected]>
> ---
>  datapath-windows/ovsext/Switch.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/datapath-windows/ovsext/Switch.c 
> b/datapath-windows/ovsext/Switch.c
> index 2b9a713..cfbb5a0 100644
> --- a/datapath-windows/ovsext/Switch.c
> +++ b/datapath-windows/ovsext/Switch.c
> @@ -523,7 +523,6 @@ OvsExtNetPnPEvent(NDIS_HANDLE filterModuleContext,
>              switchContext->isActivateFailed = TRUE;
>          } else {
>              ASSERT(switchContext->isActivated == FALSE);
> -            ASSERT(switchActive == TRUE);
>              if (switchContext->isActivated == FALSE && switchActive == TRUE) 
> {
>                  status = OvsActivateSwitch(switchContext);
>                  OVS_LOG_TRACE("OvsExtNetPnPEvent: activated switch: %p "
> -- 
> 1.9.0.msysgit.0
> _______________________________________________
> dev mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to