[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130530.180639.1613174002963842749.davem@davemloft.net>
Date: Thu, 30 May 2013 18:06:39 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ycheng@...gle.com
Cc: ncardwell@...gle.com, edumazet@...gle.com, nanditad@...gle.com,
aterzis@...gle.com, netdev@...r.kernel.org
Subject: Re: [PATCH 1/4 net-next] tcp: consolidate PRR packet accounting
From: Yuchung Cheng <ycheng@...gle.com>
Date: Wed, 29 May 2013 17:20:11 -0700
> This patch series fix an undo bug in fast recovery: the sender
> mistakenly undos the cwnd too early but continue fast retransmits
> until all pending data are acked. This also multiplicates the SNMP
> stat PARTIALUNDO events by the degree of the network reordering.
>
> The first patch prepares the fix by consolidating the accounting
> of newly_acked_sacked in tcp_cwnd_reduction(), instead of updating
> newly_acked_sacked everytime sacked_out is adjusted. Also pass
> acked and prior_unsacked as const type because they are readonly
> in the rest of recovery processing.
>
> Signed-off-by: Yuchung Cheng <ycheng@...gle.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists