Re: [ovs-dev] [PATCH] datapath-windows: Update ct stats when packet is processed by conntrack

2018-04-27 Thread Anand Kumar
Hi Sairam, Sure. Will update the commit message and send out V2. Thanks, Anand Kumar On 4/26/18, 3:57 PM, "Sairam Venugopal" wrote: Anand, Thanks for the patch. Can you update the commit message to better describe the underlying issue? Prevent

Re: [ovs-dev] [PATCH] datapath-windows: Update ct stats when packet is processed by conntrack

2018-04-26 Thread Sairam Venugopal
Anand, Thanks for the patch. Can you update the commit message to better describe the underlying issue? Prevent conntrack-counters from getting redundantly incremented for recirculated packets. The counters ought to be incremented only if it's a new lookup or if it's recirculated through a

[ovs-dev] [PATCH] datapath-windows: Update ct stats when packet is processed by conntrack

2018-04-25 Thread Anand Kumar
When ct lookup returns a matching ct entry, increment ct stats even if the zone information in conntrack entry does not match with flowkey. Signed-off-by: Anand Kumar --- datapath-windows/ovsext/Conntrack.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)