search for: virtio_test

Displaying 20 results from an estimated 174 matches for "virtio_test".

2014 Feb 11
6
[PATCH 0/3] tools/virtio: build fixes for virtio_test
...gainst 3.14-rc2. Joel Stanley (3): tools/virtio: update internal copies of headers tools/virtio: fix missing kmemleak_ignore symbol tools/virtio: add a missing ) drivers/virtio/virtio_ring.c | 1 + tools/virtio/linux/kmemleak.h | 3 +++ tools/virtio/linux/virtio.h | 4 ++-- tools/virtio/virtio_test.c | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 tools/virtio/linux/kmemleak.h -- 1.9.rc1
2014 Feb 11
6
[PATCH 0/3] tools/virtio: build fixes for virtio_test
...gainst 3.14-rc2. Joel Stanley (3): tools/virtio: update internal copies of headers tools/virtio: fix missing kmemleak_ignore symbol tools/virtio: add a missing ) drivers/virtio/virtio_ring.c | 1 + tools/virtio/linux/kmemleak.h | 3 +++ tools/virtio/linux/virtio.h | 4 ++-- tools/virtio/virtio_test.c | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 tools/virtio/linux/kmemleak.h -- 1.9.rc1
2017 Apr 29
1
[PATCH] tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"
From: Colin Ian King <colin.king at canonical.com> trivial fix to spelling mistake in an error message. Signed-off-by: Colin Ian King <colin.king at canonical.com> --- tools/virtio/virtio_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virtio/virtio_test.c b/tools/virtio/virtio_test.c index 76d6f583c249..0fecaec90d0d 100644 --- a/tools/virtio/virtio_test.c +++ b/tools/virtio/virtio_test.c @@ -202,7 +202,7 @@ static void run_test(struct vdev_info *dev, str...
2020 Apr 16
0
[PATCH v2 5/8] tools/virtio: Use __vring_new_virtqueue in virtio_test.c
On Thu, Apr 16, 2020 at 09:56:40AM +0200, Eugenio P??rez wrote: > As updated in ("2a2d1382fe9d virtio: Add improved queue allocation API") > > Signed-off-by: Eugenio P??rez <eperezma at redhat.com> Pls add motivation for these changes. > --- > tools/virtio/virtio_test.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/tools/virtio/virtio_test.c b/tools/virtio/virtio_test.c > index 1d5144590df6..d9827b640c21 100644 > --- a/tools/virtio/virtio_test.c > +++ b/tools/virtio/virtio_test.c > @@ -106,10 +106,9 @@ stat...
2017 Apr 29
1
[PATCH] tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"
From: Colin Ian King <colin.king at canonical.com> trivial fix to spelling mistake in an error message. Signed-off-by: Colin Ian King <colin.king at canonical.com> --- tools/virtio/virtio_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virtio/virtio_test.c b/tools/virtio/virtio_test.c index 76d6f583c249..0fecaec90d0d 100644 --- a/tools/virtio/virtio_test.c +++ b/tools/virtio/virtio_test.c @@ -202,7 +202,7 @@ static void run_test(struct vdev_info *dev, str...
2023 Mar 09
0
[PATCH] tools/virtio: virtio_test: Fix indentation
On Thu, Mar 09, 2023 at 02:13:20PM +0800, Rong Tao wrote: >Replace eight spaces with Tab. > >Signed-off-by: Rong Tao <rtoax at foxmail.com> >--- > tools/virtio/virtio_test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Stefano Garzarella <sgarzare at redhat.com> > >diff --git a/tools/virtio/virtio_test.c b/tools/virtio/virtio_test.c >index 6e348fbdc5d8..44409a311580 100644 >--- a/tools/virtio/virtio_test.c >+++ b/tools/vi...
2020 Apr 16
0
[PATCH v2 7/8] tools/virtio: Reset index in virtio_test --reset.
...AM +0200, Eugenio P??rez wrote: > This way behavior for vhost is more like a VM. > > Signed-off-by: Eugenio P??rez <eperezma at redhat.com> I dropped --reset from 5.7 since Linus felt it's unappropriate. I guess I should squash this in with --reset? > --- > tools/virtio/virtio_test.c | 33 ++++++++++++++++++++++++++------- > 1 file changed, 26 insertions(+), 7 deletions(-) > > diff --git a/tools/virtio/virtio_test.c b/tools/virtio/virtio_test.c > index 18d5347003eb..dca64d36a882 100644 > --- a/tools/virtio/virtio_test.c > +++ b/tools/virtio/virtio_test.c &g...
2020 Apr 17
0
[PATCH v2 7/8] tools/virtio: Reset index in virtio_test --reset.
...ith --reset? > > > > Yes please. > > If you prefer I can do it using the base you want, so all commits > messages are right. > > Thanks! OK so I dropped new tests from vhost for now, pls rebased on top of that. Thanks! > > > --- > > > tools/virtio/virtio_test.c | 33 ++++++++++++++++++++++++++------- > > > 1 file changed, 26 insertions(+), 7 deletions(-) > > > > > > diff --git a/tools/virtio/virtio_test.c b/tools/virtio/virtio_test.c > > > index 18d5347003eb..dca64d36a882 100644 > > > --- a/tools/virtio/virti...
2009 Jun 19
2
[PATCH/RFC] virtio_test: A module for testing virtio via userspace
...hip about virtio testing. From: Adrian Schneider <adrian.schneider at de.ibm.com> From: Tim Hofmann <tim.hofmann at de.ibm.com> From: Christian Ehrhardt <ehrhardt at de.ibm.com> From: Christian Borntraeger <borntraeger at de.ibm.com> This patch introduces a prototype for a virtio_test module. This module can be bound to any virtio device via sysfs bind/unbind feature, e.g: $ echo virtio1 > /sys/bus/virtio/drivers/virtio_rng/unbind $ modprobe virtio_test On probe this module registers to all virtqueues and creates a character device for every virtio device. (/dev/viotest<n...
2009 Jun 19
2
[PATCH/RFC] virtio_test: A module for testing virtio via userspace
...hip about virtio testing. From: Adrian Schneider <adrian.schneider at de.ibm.com> From: Tim Hofmann <tim.hofmann at de.ibm.com> From: Christian Ehrhardt <ehrhardt at de.ibm.com> From: Christian Borntraeger <borntraeger at de.ibm.com> This patch introduces a prototype for a virtio_test module. This module can be bound to any virtio device via sysfs bind/unbind feature, e.g: $ echo virtio1 > /sys/bus/virtio/drivers/virtio_rng/unbind $ modprobe virtio_test On probe this module registers to all virtqueues and creates a character device for every virtio device. (/dev/viotest<n...
2014 Feb 13
1
[PATCH 0/3] tools/virtio: build fixes for virtio_test
...n my amd64 system against 3.14-rc2. > > Ah, thanks a lot for posting this. > I had this fixed in my tree but forgot to send. > For the series: > > Acked-by: Michael S. Tsirkin <mst at redhat.com> > > Rusty, will you pick this up? Hmm, add added: Fixes: 53c18c9906441 (virtio_test: verify if virtqueue_kick() succeeded) Cc: Heinz Graalfs <graalfs at linux.vnet.ibm.com> Heinz, you didn't compile test your patch. Insert angry-Torvalds-face here, Rusty.
2014 Feb 13
1
[PATCH 0/3] tools/virtio: build fixes for virtio_test
...n my amd64 system against 3.14-rc2. > > Ah, thanks a lot for posting this. > I had this fixed in my tree but forgot to send. > For the series: > > Acked-by: Michael S. Tsirkin <mst at redhat.com> > > Rusty, will you pick this up? Hmm, add added: Fixes: 53c18c9906441 (virtio_test: verify if virtqueue_kick() succeeded) Cc: Heinz Graalfs <graalfs at linux.vnet.ibm.com> Heinz, you didn't compile test your patch. Insert angry-Torvalds-face here, Rusty.
2014 Dec 14
7
[PATCH 0/6] virtio 1.0: tools update
virtio test support for virtio 1.0. Probably a good idea to include for 3.19. Michael S. Tsirkin (6): tools/virtio: more stubs tools/virtio: fix vringh test tools/virtio: 64 bit features tools/virtio: enable -Werror tools/virtio: add virtio 1.0 in virtio_test tools/virtio: add virtio 1.0 in vringh_test tools/virtio/linux/virtio.h | 1 + tools/virtio/linux/virtio_byteorder.h | 8 ++++++++ tools/virtio/linux/virtio_config.h | 25 +++++++++++++++++++++++-- tools/virtio/uapi/linux/virtio_types.h | 1 + tools/virtio/virtio_test.c...
2014 Dec 14
7
[PATCH 0/6] virtio 1.0: tools update
virtio test support for virtio 1.0. Probably a good idea to include for 3.19. Michael S. Tsirkin (6): tools/virtio: more stubs tools/virtio: fix vringh test tools/virtio: 64 bit features tools/virtio: enable -Werror tools/virtio: add virtio 1.0 in virtio_test tools/virtio: add virtio 1.0 in vringh_test tools/virtio/linux/virtio.h | 1 + tools/virtio/linux/virtio_byteorder.h | 8 ++++++++ tools/virtio/linux/virtio_config.h | 25 +++++++++++++++++++++++-- tools/virtio/uapi/linux/virtio_types.h | 1 + tools/virtio/virtio_test.c...
2020 Apr 13
0
[PATCH 0/8] tools/vhost: Reset virtqueue on tests
...dating tests code. > > > > > > This serie is meant to be applied on top of > > > 5de4e0b7068337cf0d4ca48a4011746410115aae in > > > git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git. > > > > Is this still needed? > > ("tools/virtio: fix virtio_test.c") indentation is actually cosmetic. > ("vhost: Not cleaning batched descs in VHOST_SET_VRING_BASE ioctl") > just avoid to clean batches descriptors for a third time (they are > cleaned on backend removal and addition). > > ("vhost: Fix bad order in vhost_test_s...
2013 Feb 24
3
[PATCH dontapply 0/2] tools/virtio updates for API testing
...at least patch 1 soon. Michael S. Tsirkin (2): tools/virtio: fix build for 3.8 tools/virtio: update for the new virtio API drivers/vhost/test.c | 4 +++- tools/virtio/Makefile | 2 +- tools/virtio/linux/virtio.h | 52 ++++++++++++++++++++++++++++++++++++++------- tools/virtio/virtio_test.c | 3 ++- 4 files changed, 50 insertions(+), 11 deletions(-) -- MST
2013 Feb 24
3
[PATCH dontapply 0/2] tools/virtio updates for API testing
...at least patch 1 soon. Michael S. Tsirkin (2): tools/virtio: fix build for 3.8 tools/virtio: update for the new virtio API drivers/vhost/test.c | 4 +++- tools/virtio/Makefile | 2 +- tools/virtio/linux/virtio.h | 52 ++++++++++++++++++++++++++++++++++++++------- tools/virtio/virtio_test.c | 3 ++- 4 files changed, 50 insertions(+), 11 deletions(-) -- MST
2010 Dec 13
3
[GIT PULL net-next-2.6] vhost-net: tools, cleanups, optimizations
...vhost-net: batch use/unuse mm vhost: copy_to_user -> __copy_to_user vhost: get/put_user -> __get/__put_user vhost: remove unused include vhost: correctly set bits of dirty pages vhost: better variable name in logging vhost test module tools/virtio: virtio_test tool drivers/vhost/net.c | 9 +- drivers/vhost/test.c | 320 ++++++++++++++++++++++++++++++++++ drivers/vhost/test.h | 7 + drivers/vhost/vhost.c | 44 +++--- drivers/vhost/vhost.h | 2 +- tools/virtio/Make...
2010 Dec 13
3
[GIT PULL net-next-2.6] vhost-net: tools, cleanups, optimizations
...vhost-net: batch use/unuse mm vhost: copy_to_user -> __copy_to_user vhost: get/put_user -> __get/__put_user vhost: remove unused include vhost: correctly set bits of dirty pages vhost: better variable name in logging vhost test module tools/virtio: virtio_test tool drivers/vhost/net.c | 9 +- drivers/vhost/test.c | 320 ++++++++++++++++++++++++++++++++++ drivers/vhost/test.h | 7 + drivers/vhost/vhost.c | 44 +++--- drivers/vhost/vhost.h | 2 +- tools/virtio/Make...
2014 Feb 11
0
[PATCH 0/3] tools/virtio: build fixes for virtio_test
...tools/virtio: update internal copies of headers > tools/virtio: fix missing kmemleak_ignore symbol > tools/virtio: add a missing ) > > drivers/virtio/virtio_ring.c | 1 + > tools/virtio/linux/kmemleak.h | 3 +++ > tools/virtio/linux/virtio.h | 4 ++-- > tools/virtio/virtio_test.c | 2 +- > 4 files changed, 7 insertions(+), 3 deletions(-) > create mode 100644 tools/virtio/linux/kmemleak.h > > -- > 1.9.rc1