search for: 19f4334

Displaying 2 results from an estimated 2 matches for "19f4334".

Did you mean: 1974534
2010 Aug 05
0
[PATCH RFC] vhost: max s/g to match qemu
...ev, indirect->addr, indirect->len, vq->indirect, - ARRAY_SIZE(vq->indirect)); + UIO_MAXIOV); if (unlikely(ret < 0)) { vq_err(vq, "Translation failure %d in indirect.\n", ret); return ret; diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h index 19f4334..61b1a6e 100644 --- a/drivers/vhost/vhost.h +++ b/drivers/vhost/vhost.h @@ -12,14 +12,10 @@ #include <linux/uio.h> #include <linux/virtio_config.h> #include <linux/virtio_ring.h> +#include <linux/virtio_net.h> struct vhost_device; -enum { - /* Enough place for all fr...
2010 Aug 05
0
[PATCH RFC] vhost: max s/g to match qemu
...ev, indirect->addr, indirect->len, vq->indirect, - ARRAY_SIZE(vq->indirect)); + UIO_MAXIOV); if (unlikely(ret < 0)) { vq_err(vq, "Translation failure %d in indirect.\n", ret); return ret; diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h index 19f4334..61b1a6e 100644 --- a/drivers/vhost/vhost.h +++ b/drivers/vhost/vhost.h @@ -12,14 +12,10 @@ #include <linux/uio.h> #include <linux/virtio_config.h> #include <linux/virtio_ring.h> +#include <linux/virtio_net.h> struct vhost_device; -enum { - /* Enough place for all fr...