Acked-by: Nithin Raju <nit...@vmware.com> -----Original Message----- From: Sairam Venugopal <vsai...@vmware.com> Date: Tuesday, March 29, 2016 at 5:43 PM To: <dev@openvswitch.org> Cc: Sairam Venugopal <vsai...@vmware.com> Subject: [PATCH 1/3] datapath-windows: Update Recirculation to use portId instead of portNo
>Fix OvsDoRecirc to use the right PortId when there is a flow miss. This is >used to determine if a packet is received or transmitted by comparing >against the virtualExternalPortId. > >Signed-off-by: Sairam Venugopal <vsai...@vmware.com> >--- > datapath-windows/ovsext/Actions.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/datapath-windows/ovsext/Actions.c >b/datapath-windows/ovsext/Actions.c >index a91454d..3e5dac9 100644 >--- a/datapath-windows/ovsext/Actions.c >+++ b/datapath-windows/ovsext/Actions.c >@@ -2015,7 +2015,7 @@ OvsDoRecirc(POVS_SWITCH_CONTEXT switchContext, > } > status = OvsCreateAndAddPackets(NULL, 0, OVS_PACKET_CMD_MISS, > vport, key, ovsFwdCtx.curNbl, >- srcPortNo == >+ vport->portId == > >switchContext->virtualExternalPortId, > &ovsFwdCtx.layers, > ovsFwdCtx.switchContext, >-- >2.5.0.windows.1 > > > _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev