On Thu, Oct 23, 2014 at 05:33:09PM -0700, Nithin Raju wrote:
> In this patch, we add some explanation about the usage of
> 'externalVport' in the switch context. Also, we rename 'externalVport'
> to 'virtualExternalVport' in alignment with the explanation. Also, we
> rename 'numVports' to 'numHvVports' since ports are added from 2 ends
> now.
> 
> Signed-off-by: Nithin Raju <nit...@vmware.com>

Applied, thanks.

The follow hunk was rejected due to a change in the context lines.  I
applied it manually, please check that it was correctly done:

> diff --git a/datapath-windows/ovsext/Switch.c 
> b/datapath-windows/ovsext/Switch.c
> index f445500..ab00a07 100644
> --- a/datapath-windows/ovsext/Switch.c
> +++ b/datapath-windows/ovsext/Switch.c
> @@ -427,7 +427,7 @@ OvsCleanupSwitchContext(POVS_SWITCH_CONTEXT switchContext)
>      OVS_LOG_TRACE("Enter: Delete switchContext:%p", switchContext);
>  
>      /* We need to do cleanup for tunnel port here. */
> -    ASSERT(switchContext->numVports == 0);
> +    ASSERT(switchContext->numHvVports == 0);
>  
>      NdisFreeRWLock(switchContext->dispatchLock);
>      NdisFreeSpinLock(&(switchContext->pidHashLock));
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to