From: Eric Dumazet <eric.dumazet@gmail.com>
To: Vimalkumar <j.vimal@gmail.com>
Cc: netdev@vger.kernel.org, shemminger@vyatta.com
Subject: Re: [PATCH] print_rate: use knowledge in rate_suffix table for human readable rates.
Date: Sat, 09 Mar 2013 20:08:41 -0800 [thread overview]
Message-ID: <1362888521.4051.6.camel@edumazet-glaptop> (raw)
In-Reply-To: <1362885998-14292-1-git-send-email-j.vimal@gmail.com>
On Sat, 2013-03-09 at 19:26 -0800, Vimalkumar wrote:
> Signed-off-by: Vimalkumar <j.vimal@gmail.com>
> ---
> tc/tc_util.c | 26 ++++++++++++--------------
> 1 files changed, 12 insertions(+), 14 deletions(-)
>
> diff --git a/tc/tc_util.c b/tc/tc_util.c
> index 0939536..6e68d87 100644
> --- a/tc/tc_util.c
> +++ b/tc/tc_util.c
> @@ -139,7 +139,8 @@ static const struct rate_suffix {
> { "GBps", 8000000000. },
> { "TiBps", 8.*1024.*1024.*1024.*1024. },
> { "TBps", 8000000000000. },
> - { NULL }
> + { NULL },
> + { NULL },
> };
>
You'll have to explicitly add in the title a way to say its a patch for
iproute2.
[PATCH iproute2] tc: use knowledge in rate_suffix table for human readable rates.
To avoid the confusion, as netdev is more likely to review kernel patches.
next prev parent reply other threads:[~2013-03-10 4:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-10 3:26 [PATCH] print_rate: use knowledge in rate_suffix table for human readable rates Vimalkumar
2013-03-10 4:08 ` Eric Dumazet [this message]
2013-03-12 0:00 ` Stephen Hemminger
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=1362888521.4051.6.camel@edumazet-glaptop \
--to=eric.dumazet@gmail.com \
--cc=j.vimal@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=shemminger@vyatta.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).