search for: 750effe

Displaying 4 results from an estimated 4 matches for "750effe".

2010 May 18
2
[PATCH] vhost-net: utilize PUBLISH_USED_IDX feature
...if you are taking that one for 2.6.35, please take this one as well. Dave, any objections? drivers/vhost/vhost.c | 27 +++++++++++++++++++++------ drivers/vhost/vhost.h | 2 ++ 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 750effe..2a66cf3 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -278,14 +278,15 @@ static int memory_access_ok(struct vhost_dev *d, struct vhost_memory *mem, return 1; } -static int vq_access_ok(unsigned int num, +static int vq_access_ok(struct vhost_dev *d, unsigned int num, st...
2010 May 18
2
[PATCH] vhost-net: utilize PUBLISH_USED_IDX feature
...if you are taking that one for 2.6.35, please take this one as well. Dave, any objections? drivers/vhost/vhost.c | 27 +++++++++++++++++++++------ drivers/vhost/vhost.h | 2 ++ 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 750effe..2a66cf3 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -278,14 +278,15 @@ static int memory_access_ok(struct vhost_dev *d, struct vhost_memory *mem, return 1; } -static int vq_access_ok(unsigned int num, +static int vq_access_ok(struct vhost_dev *d, unsigned int num, st...
2010 May 18
2
[PATCHv2] vhost-net: utilize PUBLISH_USED_IDX feature
...on top of Rusty's tree and depends on the virtio patch. Changes from v1: fix build drivers/vhost/vhost.c | 27 +++++++++++++++++++++------ drivers/vhost/vhost.h | 4 ++-- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 750effe..18c4f6e 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -278,14 +278,15 @@ static int memory_access_ok(struct vhost_dev *d, struct vhost_memory *mem, return 1; } -static int vq_access_ok(unsigned int num, +static int vq_access_ok(struct vhost_dev *d, unsigned int num, st...
2010 May 18
2
[PATCHv2] vhost-net: utilize PUBLISH_USED_IDX feature
...on top of Rusty's tree and depends on the virtio patch. Changes from v1: fix build drivers/vhost/vhost.c | 27 +++++++++++++++++++++------ drivers/vhost/vhost.h | 4 ++-- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 750effe..18c4f6e 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -278,14 +278,15 @@ static int memory_access_ok(struct vhost_dev *d, struct vhost_memory *mem, return 1; } -static int vq_access_ok(unsigned int num, +static int vq_access_ok(struct vhost_dev *d, unsigned int num, st...