[ovs-dev] [PATCH] datapath: Fix tracking of flags seen in TCP flows.

Ben Pfaff blp at nicira.com
Tue Apr 8 22:45:46 UTC 2014


On Tue, Apr 08, 2014 at 02:33:55PM -0700, Jesse Gross wrote:
> On Mon, Apr 7, 2014 at 3:35 PM, Ben Pfaff <blp at nicira.com> wrote:
> > 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: Jesse Gross <jesse at nicira.com>

Thanks Jesse and Jarno.  I applied this to master.  I'll check if it
needs a backport.



More information about the dev mailing list