Thread (4 messages) flat view 4 messages, 3 authors, 2011-07-18

Re: [PATCHv9] vhost: experimental tx zero-copy support

From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2011-07-18 07:15:46
Also in: kvm, lkml

On Sun, Jul 17, 2011 at 10:01:41PM +0200, Jesper Juhl wrote:
quoted
@@ -28,10 +29,18 @@
 
 #include "vhost.h"
 
+static int zcopytx;
+module_param(zcopytx, int, 0444);
Should everyone be able to read this? How about "0440" just to be 
paranoid? or?
I find it very helpful to have the parameter visible in sysfs.
Given that:

[mst@tuck linux-2.6]$ grep module_param drivers/net/*c|grep [64]44|wc -l
14
[mst@tuck linux-2.6]$ grep module_param drivers/net/*c|grep [64]40|wc -l
0
[mst@tuck linux-2.6]$ grep module_param drivers/net/*c|grep [64]00|wc -l
7

So at least the precedent is against 0440.  What do you think?


-- 
MST
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help