From: Ben Pfaff Date: Tue, 6 May 2014 23:48:38 +0000 (-0700) Subject: openvswitch: Fix tracking of flags seen in TCP flows. X-Git-Tag: omap-for-v3.17/fixes-against-rc2~289^2~39^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad55200734c65a3ec5d0c39d6ea904008baea536;p=pandora-kernel.git openvswitch: Fix tracking of flags seen in TCP flows. Flow statistics need to take into account the TCP flags from the packet currently being processed (in 'key'), not the TCP flags matched by the flow found in the kernel flow table (in 'flow'). This bug made the Open vSwitch userspace fin_timeout action have no effect in many cases. This bug is introduced by commit 88d73f6c411ac2f0578 (openvswitch: Use TCP flags in the flow key for stats.) Reported-by: Len Gao Signed-off-by: Ben Pfaff Acked-by: Jarno Rajahalme Acked-by: Jesse Gross Signed-off-by: Pravin B Shelar --- Reading git-diff-tree failed