netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Kenneth Klette Jonassen <kennetkl@ifi.uio.no>
Cc: netdev@vger.kernel.org, David Hayes <davihay@ifi.uio.no>,
	Yuchung Cheng <ycheng@google.com>,
	Andreas Petlund <apetlund@simula.no>
Subject: Re: [RFC PATCH net-next] tcp: add CDG congestion control
Date: Mon, 18 May 2015 15:16:48 -0700	[thread overview]
Message-ID: <20150518151648.6d33128c@urahara> (raw)
In-Reply-To: <1431894670-12609-1-git-send-email-kennetkl@ifi.uio.no>

I am really happy to see more congestion control development.

> +static  int window __read_mostly = 8;
> +static bool use_shadow __read_mostly = true;
> +static bool use_tolerance __read_mostly;
> +static uint backoff_beta __read_mostly = 0.70 * 1024;
> +static uint backoff_factor __read_mostly = 333;
> +static uint ineffective_thresh __read_mostly = 5;
> +static uint ineffective_hold __read_mostly = 5;

Module parameters make for rather ugly tuning.
They are ok for testing but difficult to use in real life.

  parent reply	other threads:[~2015-05-18 22:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-17 20:31 [RFC PATCH net-next] tcp: add CDG congestion control Kenneth Klette Jonassen
2015-05-18  1:46 ` Eric Dumazet
2015-06-04 15:41   ` Kenneth Klette Jonassen
2015-05-18 20:24 ` Yuchung Cheng
2015-06-04 16:19   ` Kenneth Klette Jonassen
2015-06-04 16:27     ` Dave Taht
2015-05-18 22:16 ` Stephen Hemminger [this message]
2015-05-19  0:06   ` [PATCH net] inet: properly align icsk_ca_priv Eric Dumazet
2015-05-19  2:36     ` Du, Fan
2015-05-19  4:29     ` David Miller
2015-06-04 15:37   ` [RFC PATCH net-next] tcp: add CDG congestion control Kenneth Klette Jonassen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150518151648.6d33128c@urahara \
    --to=stephen@networkplumber.org \
    --cc=apetlund@simula.no \
    --cc=davihay@ifi.uio.no \
    --cc=kennetkl@ifi.uio.no \
    --cc=netdev@vger.kernel.org \
    --cc=ycheng@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).