[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f4050c9e0811160015y1eab6c63xd08d9485f5c642f1@mail.gmail.com>
Date: Sun, 16 Nov 2008 01:15:46 -0700
From: "Andrew Shewmaker" <agshew@...il.com>
To: "Andi Kleen" <ak@...ux.intel.com>
Cc: "Eric Dumazet" <dada1@...mosbay.com>,
"Oliver Hartkopp" <oliver@...tkopp.net>,
"Patrick Ohly" <patrick.ohly@...el.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"Octavian Purdila" <opurdila@...acom.com>,
"Stephen Hemminger" <shemminger@...tta.com>,
"Ingo Oeser" <netdev@...eo.de>,
"Ronciak, John" <john.ronciak@...el.com>
Subject: Re: [RFC PATCH 00/13] hardware time stamping + igb example implementation
On Wed, Nov 12, 2008 at 2:34 PM, Andi Kleen <ak@...ux.intel.com> wrote:
>> TCP trafic wont use hwtstamp.
>
> Actually it wouldn't surprise me if one of the numerous
> TCP congestion avoidance algorithms that get added all the time
> starts making use of such an enhanced time stamp.
I would like point to CUBIC, the Probe Control Protocol, and TCP Santa
Cruz as evidence that you are correct.
CUBIC v2.3 has a new slow start variant called Hystart.
http://marc.info/?l=linux-netdev&m=122531684115306&w=2
In their tech report, they refer to the packet train technique for
measuring available bandwidth used by Dovrolis in his Pathload tool.
One of the reasons Hystart uses heuristics rather than the algorithms
described in the Pathload paper is the unavailability of high
precision timestamps.
http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathload.html
The Probe Control Protocol is a non-TCP protocol. The authors
implemented the Pathload algorithm for measuring available bandwidth,
but they used libpcap to do it.
http://www.cs.washington.edu/research/networking/pcp/
TCP Santa Cruz is another, older, variant of TCP that proposed using
timestamps to model the depth of the queue in the bottleneck switch
between two hosts.
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.6.981
And lastly, I would welcome good TX and RX timestamps for use with my
own research in providing better QoS on commodity networks.
--
Andrew Shewmaker
--
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