From: Jeff Garzik <jgarzik@pobox.com>
To: Stephen Hemminger <shemminger@osdl.org>
Cc: Francois Romieu <romieu@fr.zoreil.com>, netdev@oss.sgi.com
Subject: Re: [PATCH 4/5] r8169: ethtool message level control
Date: Wed, 09 Mar 2005 14:50:10 -0500 [thread overview]
Message-ID: <422F5372.8070308@pobox.com> (raw)
In-Reply-To: <20050309113402.05d25e49@dxpl.pdx.osdl.net>
Stephen Hemminger wrote:
> Add ethtool message level control support. This is the standard way
> to enable/disable console log messages. Also, ratelimit the too much
> work at interrupt message, so if under massive packet load the console
> doesn't get flooded.
>
> Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
>
> diff -Nru a/drivers/net/r8169.c b/drivers/net/r8169.c
> --- a/drivers/net/r8169.c 2005-03-09 11:25:04 -08:00
> +++ b/drivers/net/r8169.c 2005-03-09 11:25:04 -08:00
> @@ -188,6 +188,9 @@
> MODULE_DEVICE_TABLE(pci, rtl8169_pci_tbl);
>
> static int rx_copybreak = 200;
> +static int debug = 3;
> +static const u32 default_msg = NETIF_MSG_DRV | NETIF_MSG_PROBE |
> + NETIF_MSG_LINK | NETIF_MSG_IFUP| NETIF_MSG_IFDOWN;
whitespace breakage?
next prev parent reply other threads:[~2005-03-09 19:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-09 19:34 [PATCH 4/5] r8169: ethtool message level control Stephen Hemminger
2005-03-09 19:50 ` Jeff Garzik [this message]
2005-03-12 12:02 ` Richard Dawe
2005-03-12 14:33 ` Francois Romieu
2005-03-12 15:12 ` Richard Dawe
2005-03-12 12:30 ` Richard Dawe
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=422F5372.8070308@pobox.com \
--to=jgarzik@pobox.com \
--cc=netdev@oss.sgi.com \
--cc=romieu@fr.zoreil.com \
--cc=shemminger@osdl.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).