Re: [ovs-dev] [PATCH v2 5/7] datapath-windows: Fix static analysis warnings in OvsGetTcpPayloadLength

2017-11-06 Thread Shashank Ram
On Mon, Nov 6, 2017 at 7:33 AM, Alin Gabriel Serdean wrote: > From: Alin Serdean > > This fixes the static code analysis over the function > 'OvsGetTcpPayloadLength'. > > Signed-off-by: Alin Gabriel Serdean > --- > v2: No change. > --- > Acked-by: Shashank Ram _

[ovs-dev] [PATCH v2 5/7] datapath-windows: Fix static analysis warnings in OvsGetTcpPayloadLength

2017-11-06 Thread Alin Gabriel Serdean
From: Alin Serdean This fixes the static code analysis over the function 'OvsGetTcpPayloadLength'. Signed-off-by: Alin Gabriel Serdean --- v2: No change. --- datapath-windows/ovsext/Conntrack.h | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/datapath-wind