Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341912
b: refs/heads/master
c: f9611c4
h: refs/heads/master
v: v3
  • Loading branch information
Michael S. Tsirkin committed Dec 6, 2012
1 parent 79e3808 commit 9cba928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cedb9bdce099206290a2bdd02ce47a7b253b6a84
refs/heads/master: f9611c43ab0ddaf547b395c90fb842f55959334c
5 changes: 3 additions & 2 deletions trunk/drivers/vhost/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@

#include "vhost.h"

static int experimental_zcopytx;
static int experimental_zcopytx = 1;
module_param(experimental_zcopytx, int, 0444);
MODULE_PARM_DESC(experimental_zcopytx, "Enable Experimental Zero Copy TX");
MODULE_PARM_DESC(experimental_zcopytx, "Enable Zero Copy TX;"
" 1 -Enable; 0 - Disable");

/* Max number of bytes transferred before requeueing the job.
* Using this limit prevents one virtqueue from starving others. */
Expand Down

0 comments on commit 9cba928

Please sign in to comment.