]> git.proxmox.com Git - mirror_ovs.git/blobdiff - datapath-windows/ovsext/Actions.c
datapath-windows: Remove unnecessary call to OvsInitForwardingCtx
[mirror_ovs.git] / datapath-windows / ovsext / Actions.c
index 684b3166f074e03ed6d26df6cc8419c7c1c28d8f..41d1c7b1bb8571e024502db375d34f291742646a 100644 (file)
@@ -160,14 +160,7 @@ OvsDoFragmentNbl(OvsForwardingContext *ovsFwdCtx, UINT16 mru)
 
    if (fragNbl != NULL) {
         OvsCompleteNBL(ovsFwdCtx->switchContext, ovsFwdCtx->curNbl, TRUE);
-        OvsInitForwardingCtx(ovsFwdCtx,
-                            ovsFwdCtx->switchContext,
-                             fragNbl,
-                             ovsFwdCtx->srcVportNo,
-                             ovsFwdCtx->sendFlags,
-                             NET_BUFFER_LIST_SWITCH_FORWARDING_DETAIL(fragNbl),
-                             ovsFwdCtx->completionList,
-                             &ovsFwdCtx->layers, FALSE);
+        ovsFwdCtx->curNbl = fragNbl;
     } else {
         OVS_LOG_INFO("Fragment NBL failed for MRU = %u", mru);
     }