[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130722.180255.685921996264320731.davem@davemloft.net>
Date: Mon, 22 Jul 2013 18:02:55 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ycheng@...gle.com
Cc: ncardwell@...gle.com, edumazet@...gle.com, nanditad@...gle.com,
netdev@...r.kernel.org
Subject: Re: [PATCH v2 net-next 1/4] tcp: consolidate SYNACK RTT sampling
From: Yuchung Cheng <ycheng@...gle.com>
Date: Mon, 22 Jul 2013 16:20:45 -0700
> This patch series improve RTT sampling in three ways:
> 1. Sample RTT during fast recovery and reordering events.
> 2. Favor ack-based RTT to timestamps because of broken TS ECR fields
> 3. Consolidate the RTT measurement logic.
>
> The first patch consolidates SYNACK and other RTT measurement to use a
> central function tcp_ack_update_rtt(). A (small) bonus is now SYNACK
> RTT measurement happens after PAWS check, potentially reducing the
> impact of RTO seeding on bad TCP timestamps values.
>
> Signed-off-by: Yuchung Cheng <ycheng@...gle.com>
I like this series a lot, applied, thanks!
Next time please submit a seperate "[PATCH 0/4] xxx" posting.
If it has non-trivial content, I use the "0" posting as the
commit message of a merge commit when I apply your series.
What I did here was take the text:
====================
This patch series improve RTT sampling in three ways:
1. Sample RTT during fast recovery and reordering events.
2. Favor ack-based RTT to timestamps because of broken TS ECR fields
3. Consolidate the RTT measurement logic.
====================
and place it into that merge commit, removing it from the patch #1
commit message.
Thanks.
--
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