Thread (17 messages) flat view 17 messages, 3 authors, 2011-11-15

Re: [PATCH net-next v4 4/8] forcedeth: expose module parameters in /sys/module

From: Stephen Hemminger <hidden>
Date: 2011-11-15 22:34:04
Also in: lkml

On Tue, 15 Nov 2011 11:25:37 -0800
David Decotigny [off-list ref] wrote:
+module_param(msi, int, S_IRUGO);
 MODULE_PARM_DESC(msi, "MSI interrupts are enabled by setting to 1 and disabled by setting to 0.");
-module_param(msix, int, 0);
+module_param(msix, int, S_IRUGO);
 MODULE_PARM_DESC(msix, "MSIX interrupts are enabled by setting to 1 and disabled by setting to 0.");
-module_param(dma_64bit, int, 0);
+module_param(dma_64bit, int, S_IRUGO);
Once again these attributes are visible through other means (/proc/interrupts for MSI)
and the 64bit dma is NETIF_F_HIGHDMA. They shouldn't be module parameters.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help