[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130830111029.25d6d753@nehalam.linuxnetplumber.net>
Date: Fri, 30 Aug 2013 11:10:29 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Joe Perches <joe@...ches.com>
Cc: Jeff Kirsher <jeffrey.t.kirsher@...el.com>, davem@...emloft.net,
Jesse Brandeburg <jesse.brandeburg@...el.com>,
netdev@...r.kernel.org, gospo@...hat.com, sassmann@...hat.com,
Shannon Nelson <shannon.nelson@...el.com>,
PJ Waskiewicz <peter.p.waskiewicz.jr@...el.com>,
e1000-devel@...ts.sourceforge.net
Subject: Re: [net-next v3 1/8] i40e: main driver core
On Fri, 30 Aug 2013 09:32:48 -0700
Joe Perches <joe@...ches.com> wrote:
> > +static int debug = -1;
> > +module_param(debug, int, 0);
> > +MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
>
> Maybe make debug a bitfield instead?
No Joe, this is the standard mapping of debug to msglevel used
by most network devices. The debug parameter is converted
to mask by netif_msg_init.
--
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