|
@@ -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. */
|