[ovs-git] Open vSwitch: datapath: Fix tracking of flags seen in TCP flows. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Apr 8 22:44:32 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  a5b8d49bc61cf6d7ad2277f08aea05dd25eaca4c (commit)
      from  3f976e12a003c3f739ec6f09bdc7b11ae153392b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a5b8d49bc61cf6d7ad2277f08aea05dd25eaca4c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a5b8d49bc61cf6d7ad2277f08aea05dd25eaca4c
Author: Ben Pfaff <blp at nicira.com>
		
datapath: 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.

Bug #1219516.
Reported-by: Len Gao <leng at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 datapath/datapath.c |    4 ++--
 datapath/flow.c     |    4 ++--
 datapath/flow.h     |    5 +++--
 3 files changed, 7 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list