[ovs-dev] [PATCH] datapath-windows: Update the key after defragmentation

Anand Kumar kumaranand at vmware.com
Wed May 17 18:31:36 UTC 2017


Acked-by: Anand Kumar kumaranand at vmware.com

Thanks,
Anand Kumar

On 5/17/17, 6:49 AM, "ovs-dev-bounces at openvswitch.org on behalf of Alin Serdean" <ovs-dev-bounces at openvswitch.org on behalf of aserdean at cloudbasesolutions.com> wrote:

    Update the key used by the actions which follow up defragmentation, with
    no fragment set in the IP header.
    
    Found while testing OVN with two VMs on the same host.
    
    Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
    ---
     datapath-windows/ovsext/Actions.c | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/datapath-windows/ovsext/Actions.c b/datapath-windows/ovsext/Actions.c
    index 31b4514..c3f0362 100644
    --- a/datapath-windows/ovsext/Actions.c
    +++ b/datapath-windows/ovsext/Actions.c
    @@ -2052,6 +2052,7 @@ OvsDoExecuteActions(POVS_SWITCH_CONTEXT switchContext,
                                          NET_BUFFER_LIST_SWITCH_FORWARDING_DETAIL(ovsFwdCtx.curNbl),
                                          ovsFwdCtx.completionList,
                                          &ovsFwdCtx.layers, FALSE);
    +                key->ipKey.nwFrag = OVS_FRAG_TYPE_NONE;
                 }
                 break;
             }
    -- 
    2.10.2.windows.1
    _______________________________________________
    dev mailing list
    dev at openvswitch.org
    https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.openvswitch.org_mailman_listinfo_ovs-2Ddev&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=Q5z9tBe-nAOpE7LIHSPV8uy5-437agMXvkeHHMkR8Us&m=oirVwU1t-01D6SSv7OmCQFD8r2FB7Ao2Nn0HV6ydu5E&s=9TihOd-FPgWRz7fhTe9WyqLiuREPZwz8UOz7ai2KCLQ&e= 
    



More information about the dev mailing list