Thread (15 messages) 15 messages, 5 authors, 2013-09-04

Re: [net-next v3 1/8] i40e: main driver core

From: David Miller <davem@davemloft.net>
Date: 2013-08-30 18:40:03

From: Stephen Hemminger <stephen@networkplumber.org>
Date: Fri, 30 Aug 2013 11:10:29 -0700
On Fri, 30 Aug 2013 09:32:48 -0700
Joe Perches [off-list ref] wrote:
quoted
quoted
+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.
Correct.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help