search for: zcopytx

Displaying 4 results from an estimated 4 matches for "zcopytx".

Did you mean: zcopy
2011 Jul 17
3
[PATCHv9] vhost: experimental tx zero-copy support
...linux/virtio_net.h> #include <linux/miscdevice.h> #include <linux/module.h> +#include <linux/moduleparam.h> #include <linux/mutex.h> #include <linux/workqueue.h> #include <linux/rcupdate.h> @@ -28,10 +29,18 @@ #include "vhost.h" +static int zcopytx; +module_param(zcopytx, int, 0444); +MODULE_PARM_DESC(lnksts, "Enable Zero Copy Transmit"); + /* Max number of bytes transferred before requeueing the job. * Using this limit prevents one virtqueue from starving others. */ #define VHOST_NET_WEIGHT 0x80000 +/* MAX number of TX used b...
2011 Jul 17
3
[PATCHv9] vhost: experimental tx zero-copy support
...linux/virtio_net.h> #include <linux/miscdevice.h> #include <linux/module.h> +#include <linux/moduleparam.h> #include <linux/mutex.h> #include <linux/workqueue.h> #include <linux/rcupdate.h> @@ -28,10 +29,18 @@ #include "vhost.h" +static int zcopytx; +module_param(zcopytx, int, 0444); +MODULE_PARM_DESC(lnksts, "Enable Zero Copy Transmit"); + /* Max number of bytes transferred before requeueing the job. * Using this limit prevents one virtqueue from starving others. */ #define VHOST_NET_WEIGHT 0x80000 +/* MAX number of TX used b...
2011 Jul 18
1
[PATCHv10] vhost: vhost TX zero-copy support
...linux/virtio_net.h> #include <linux/miscdevice.h> #include <linux/module.h> +#include <linux/moduleparam.h> #include <linux/mutex.h> #include <linux/workqueue.h> #include <linux/rcupdate.h> @@ -28,10 +29,18 @@ #include "vhost.h" +static int zcopytx; +module_param(zcopytx, int, 0444); +MODULE_PARM_DESC(lnksts, "Enable Zero Copy Transmit"); + /* Max number of bytes transferred before requeueing the job. * Using this limit prevents one virtqueue from starving others. */ #define VHOST_NET_WEIGHT 0x80000 +/* MAX number of TX used b...
2011 Jul 18
1
[PATCHv10] vhost: vhost TX zero-copy support
...linux/virtio_net.h> #include <linux/miscdevice.h> #include <linux/module.h> +#include <linux/moduleparam.h> #include <linux/mutex.h> #include <linux/workqueue.h> #include <linux/rcupdate.h> @@ -28,10 +29,18 @@ #include "vhost.h" +static int zcopytx; +module_param(zcopytx, int, 0444); +MODULE_PARM_DESC(lnksts, "Enable Zero Copy Transmit"); + /* Max number of bytes transferred before requeueing the job. * Using this limit prevents one virtqueue from starving others. */ #define VHOST_NET_WEIGHT 0x80000 +/* MAX number of TX used b...