On Tue, Apr 08, 2014 at 02:33:55PM -0700, Jesse Gross wrote:
> On Mon, Apr 7, 2014 at 3:35 PM, Ben Pfaff 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 t
On Mon, Apr 7, 2014 at 3:35 PM, Ben Pfaff 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_ti
Jesse, I believe that Pravin is traveling today. Will you review this?
On Mon, Apr 07, 2014 at 03:35:26PM -0700, Ben Pfaff 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
Thanks for fixing this,
Jarno
Acked-by: Jarno Rajahalme
On Apr 7, 2014, at 3:35 PM, Ben Pfaff 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 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.
R