From: Olaf Rempel <razzor@kopf-tisch.de>
To: davem@davemloft.net
Cc: netdev@oss.sgi.com
Subject: Re: [2.6.11 PATCH] /proc/net/stat/* cleanup
Date: Mon, 25 Apr 2005 19:00:48 +0200 [thread overview]
Message-ID: <20050425190048.370dfd15@coruscant.lan> (raw)
In-Reply-To: <20050424193007.0a687ef4.davem@davemloft.net>
[-- Attachment #1: Type: text/plain, Size: 401 bytes --]
On Sun, 24 Apr 2005 19:30:07 -0700
"David S. Miller" <davem@davemloft.net> wrote:
> Your patch is mangled by your email client, the tabs have been turned
> into spaces, so the patch will not apply.
>
> Also, please supply a proper "Signed-off-by:" line with your changes.
Whoops. OK
Patch against 2.6.11 vanilla
/proc/net/stat/* header cleanup
Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de>
[-- Attachment #2: linux-2.6.11-net-stats.patch --]
[-- Type: text/x-patch, Size: 1287 bytes --]
--- linux-2.6.11/net/core/neighbour.c.org 2005-03-02 08:37:47.000000000 +0100
+++ linux-2.6.11/net/core/neighbour.c 2005-04-25 17:52:35.000000000 +0200
@@ -1948,7 +1948,7 @@
struct neigh_statistics *st = v;
if (v == SEQ_START_TOKEN) {
- seq_printf(seq, "entries allocs destroys hash_grows lookups hits res_failed rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs forced_gc_goal_miss\n");
+ seq_printf(seq, "entries allocs destroys hash_grows lookups hits res_failed rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs\n");
return 0;
}
--- linux-2.6.11/net/ipv4/route.c.org 2005-03-02 08:38:38.000000000 +0100
+++ linux-2.6.11/net/ipv4/route.c 2005-04-25 17:55:20.000000000 +0200
@@ -393,7 +393,7 @@
struct rt_cache_stat *st = v;
if (v == SEQ_START_TOKEN) {
- seq_printf(seq, "entries in_hit in_slow_tot in_no_route in_brd in_martian_dst in_martian_src out_hit out_slow_tot out_slow_mc gc_total gc_ignored gc_goal_miss gc_dst_overflow in_hlist_search out_hlist_search\n");
+ seq_printf(seq, "entries in_hit in_slow_tot in_slow_mc in_no_route in_brd in_martian_dst in_martian_src out_hit out_slow_tot out_slow_mc gc_total gc_ignored gc_goal_miss gc_dst_overflow in_hlist_search out_hlist_search\n");
return 0;
}
next prev parent reply other threads:[~2005-04-25 17:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-04 19:37 [2.6.11 PATCH] /proc/net/stat/* cleanup Olaf Rempel
[not found] ` <20050424193007.0a687ef4.davem@davemloft.net>
2005-04-25 17:00 ` Olaf Rempel [this message]
2005-04-28 19:16 ` David S. Miller
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=20050425190048.370dfd15@coruscant.lan \
--to=razzor@kopf-tisch.de \
--cc=davem@davemloft.net \
--cc=netdev@oss.sgi.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).