Re: [RFC PATCH 00/13] hardware time stamping + igb example implementation

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrew Shewmaker
Date: Sunday, November 16, 2008 - 1:15 am

On Wed, Nov 12, 2008 at 2:34 PM, Andi Kleen <ak@linux.intel.com> wrote:

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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC PATCH 08/13] igb: stub support for SIOCSHWTSTAMP, Patrick Ohly, (Fri Oct 31, 5:21 am)
Re: [RFC PATCH 00/13] hardware time stamping + igb example ..., Andrew Shewmaker, (Sun Nov 16, 1:15 am)