netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Daniel Borkmann <dborkman@redhat.com>
Cc: fw@strlen.de, netdev@vger.kernel.org
Subject: Re: [PATCH iproute2 -next v3] ip: route: add congestion control metric
Date: Tue, 13 Jan 2015 17:41:51 -0800	[thread overview]
Message-ID: <20150113174151.72baf7fe@urahara> (raw)
In-Reply-To: <1420758786-32666-1-git-send-email-dborkman@redhat.com>

On Fri,  9 Jan 2015 00:13:06 +0100
Daniel Borkmann <dborkman@redhat.com> wrote:

> This patch adds configuration and dumping of congestion control metric
> for ip route, for example:
> 
>   ip route add <dst> dev foo congctl [lock] dctcp
> 
> Reference: http://thread.gmane.org/gmane.linux.network/344733
> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
> ---
>  v2->v3:
>   - use rta_getattr_u32 et al helpers
>   - regarding discussed mx(un)lock, I'll do a follow-up for
>     all users inside iproute_modify() if that is wished
>  v1->v2:
>   - adapted mxlock setting to kernel style
>   - use arg directly in rta_addattr_l
> 
>  include/linux/rtnetlink.h |  2 ++
>  ip/iproute.c              | 22 ++++++++++++++++++----
>  man/man8/ip-route.8.in    | 19 ++++++++++++++++++-
>  3 files changed, 38 insertions(+), 5 deletions(-)
> 

Applied to net-next branch.

      reply	other threads:[~2015-01-14  1:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-08 23:13 [PATCH iproute2 -next v3] ip: route: add congestion control metric Daniel Borkmann
2015-01-14  1:41 ` Stephen Hemminger [this message]

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=20150113174151.72baf7fe@urahara \
    --to=stephen@networkplumber.org \
    --cc=dborkman@redhat.com \
    --cc=fw@strlen.de \
    --cc=netdev@vger.kernel.org \
    /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).