Home
last modified time | relevance | path

Searched refs:experimental_zcopytx (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/vhost/
Dnet.c33 static int experimental_zcopytx = 1; variable
34 module_param(experimental_zcopytx, int, 0444);
35 MODULE_PARM_DESC(experimental_zcopytx, "Enable Zero Copy TX;"
230 return unlikely(experimental_zcopytx) && in vhost_sock_zcopy()
1121 if (experimental_zcopytx) in vhost_net_init()