Re: [ovs-dev] [PATCH] datapath-windows: Fix issues related to packet completion

2016-12-08 Thread Sairam Venugopal
Acked-by: Sairam Venugopal On 12/8/16, 1:31 PM, "Shashank Ram" wrote: >- In OvsTunnelPortTx() function, for packets coming from the > VIF port, the srcVportNo, srcPortId and srcNicIndex were > getting modified for the original NBL prior to creation > of newNbl. This is not correct since mod

[ovs-dev] [PATCH] datapath-windows: Fix issues related to packet completion

2016-12-08 Thread Shashank Ram
- In OvsTunnelPortTx() function, for packets coming from the VIF port, the srcVportNo, srcPortId and srcNicIndex were getting modified for the original NBL prior to creation of newNbl. This is not correct since modifying the original packet's forwarding detail can cause completion issues.