Re: [ovs-dev] [PATCH] datapath-windows: Fix conntrack event handler

2016-09-11 Thread Nithin Raju
Loos good. Can you pls. add the following comment as well: /* Driver intiated messages should have zero seq number */ Acked-by: Nithin Raju >>Fix an issue with the OvsReadEventCmdHandler when handling conntrack >>events. Reverting the previous review comment since the inputBuffer in >>this case

[ovs-dev] [PATCH] datapath-windows: Fix conntrack event handler

2016-09-09 Thread Sairam Venugopal
Fix an issue with the OvsReadEventCmdHandler when handling conntrack events. Reverting the previous review comment since the inputBuffer in this case will be NULL. Signed-off-by: Sairam Venugopal --- datapath-windows/ovsext/Datapath.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff