From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Subject: Re: [PATCH net] tcp: zero retrans_stamp if all retrans were acked Date: Tue, 04 Nov 2014 17:12:17 -0200 Message-ID: <54592511.8040407@redhat.com> References: <66a8a101a2bfe645432ec393d22b9da44b9739cf.1415110605.git.mleitner@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Netdev , Yuchung Cheng , Eric Dumazet To: Neal Cardwell Return-path: Received: from mx1.redhat.com ([209.132.183.28]:52758 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752034AbaKDTMZ (ORCPT ); Tue, 4 Nov 2014 14:12:25 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 04-11-2014 17:03, Neal Cardwell wrote: > On Tue, Nov 4, 2014 at 1:51 PM, Neal Cardwell wrote: >> In the meantime, Yuchung put together a nice packetdrill test case for >> this, so I'll run it on that version of the patch. > > With the compilation issue fixed, Yuchung's packetdrill test passes. > So this looks good to me once the compilation issue with > tcp_any_retrans_done() is fixed. Awesome! Thanks. Sending it now. Marcelo