From: Vadim Kochan <vadim4j@gmail.com>
To: Daniel Borkmann <dborkman@redhat.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>,
fw@strlen.de, netdev@vger.kernel.org
Subject: Re: [PATCH iproute2 -next] ip: route: add congestion control metric
Date: Wed, 7 Jan 2015 12:22:49 +0200 [thread overview]
Message-ID: <20150107102249.GA4019@angus-think.lan> (raw)
In-Reply-To: <54AD08A9.9000205@redhat.com>
On Wed, Jan 07, 2015 at 11:21:29AM +0100, Daniel Borkmann wrote:
> On 01/07/2015 02:09 AM, Stephen Hemminger wrote:
> >On Wed, 7 Jan 2015 00:52:37 +0100
> >Daniel Borkmann <dborkman@redhat.com> wrote:
> >
> >>+ } else if (matches(*argv, "congctl") == 0) {
> >>+ char cc[16];
> >>+ NEXT_ARG();
> >>+ memset(cc, 0, sizeof(cc));
> >>+ if (strcmp(*argv, "lock") == 0) {
> >>+ mxlock |= (1<<RTAX_CC_ALGO);
> >
> >Unneeded paren
>
And what about spaces arount "<<" ?
prev parent reply other threads:[~2015-01-07 10:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-06 23:52 [PATCH iproute2 -next] ip: route: add congestion control metric Daniel Borkmann
2015-01-07 1:09 ` Stephen Hemminger
2015-01-07 10:21 ` Daniel Borkmann
2015-01-07 10:22 ` Vadim Kochan [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=20150107102249.GA4019@angus-think.lan \
--to=vadim4j@gmail.com \
--cc=dborkman@redhat.com \
--cc=fw@strlen.de \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.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).