[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150611.000936.1284222338637719486.davem@davemloft.net>
Date: Thu, 11 Jun 2015 00:09:36 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: kennetkl@....uio.no
Cc: netdev@...r.kernel.org, edumazet@...gle.com, ycheng@...gle.com,
stephen@...workplumber.org, ncardwell@...gle.com,
davihay@....uio.no, apetlund@...ula.no, dave.taht@...ferbloat.net,
nicolas.kuhn@...ecom-bretagne.eu
Subject: Re: [PATCH v3 net-next 2/2] tcp: add CDG congestion control
From: Kenneth Klette Jonassen <kennetkl@....uio.no>
Date: Wed, 10 Jun 2015 19:08:17 +0200
> CAIA Delay-Gradient (CDG) is a TCP congestion control that modifies
> the TCP sender in order to [1]:
>
> o Use the delay gradient as a congestion signal.
> o Back off with an average probability that is independent of the RTT.
> o Coexist with flows that use loss-based congestion control, i.e.,
> flows that are unresponsive to the delay signal.
> o Tolerate packet loss unrelated to congestion. (Disabled by default.)
>
> Its FreeBSD implementation was presented for the ICCRG in July 2012;
> slides are available at http://www.ietf.org/proceedings/84/iccrg.html
>
> Running the experiment scenarios in [1] suggests that our implementation
> achieves more goodput compared with FreeBSD 10.0 senders, although it also
> causes more queueing delay for a given backoff factor.
>
> The loss tolerance heuristic is disabled by default due to safety concerns
> for its use in the Internet [2, p. 45-46].
>
> We use a variant of the Hybrid Slow start algorithm in tcp_cubic to reduce
> the probability of slow start overshoot.
>
> [1] D.A. Hayes and G. Armitage. "Revisiting TCP congestion control using
> delay gradients." In Networking 2011, pages 328-341. Springer, 2011.
> [2] K.K. Jonassen. "Implementing CAIA Delay-Gradient in Linux."
> MSc thesis. Department of Informatics, University of Oslo, 2015.
>
> Cc: Eric Dumazet <edumazet@...gle.com>
> Cc: Yuchung Cheng <ycheng@...gle.com>
> Cc: Stephen Hemminger <stephen@...workplumber.org>
> Cc: Neal Cardwell <ncardwell@...gle.com>
> Cc: David Hayes <davihay@....uio.no>
> Cc: Andreas Petlund <apetlund@...ula.no>
> Cc: Dave Taht <dave.taht@...ferbloat.net>
> Cc: Nicolas Kuhn <nicolas.kuhn@...ecom-bretagne.eu>
> Signed-off-by: Kenneth Klette Jonassen <kennetkl@....uio.no>
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