[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100405.123155.263974951.davem@davemloft.net>
Date: Mon, 05 Apr 2010 12:31:55 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: sanagi.koki@...fujitsu.com, netdev@...r.kernel.org,
izumi.taku@...fujitsu.com, kaneshige.kenji@...fujitsu.com,
nhorman@...driver.com, jeffrey.t.kirsher@...el.com,
jesse.brandeburg@...el.com, bruce.w.allan@...el.com,
alexander.h.duyck@...el.com, peter.p.waskiewicz.jr@...el.com,
john.ronciak@...el.com
Subject: Re: [RFC PATCH 1/2] netdev: buffer infrastructure to log network
driver's information
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Mon, 05 Apr 2010 10:42:26 +0200
> Le lundi 05 avril 2010 à 15:52 +0900, Koki Sanagi a écrit :
>> This patch implements buffer infrastructure under driver/net.
>> This buffer records information from network driver.
>>
>> Signed-off-by: Koki Sanagi <sanagi.koki@...fujitsu.com>
>> ---
>> drivers/net/Kconfig | 8 +
>> drivers/net/Makefile | 1 +
>> drivers/net/ndrvbuf.c | 535 +++++++++++++++++++++++++++++++++++++++++++++++
>> include/linux/ndrvbuf.h | 57 +++++
>> 4 files changed, 601 insertions(+), 0 deletions(-)
>>
>
> Wow, 600 lines... thats what I call bloat...
And we have all sorts of facilities for creating filesystem
streams and ring buffers of debug information.
You could even hook into 'perf' to log and process these
events in probably like 12 lines of code.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists