Displaying 3 results from an estimated 3 matches for "vhost_pull_us".
Did you mean:
vhost_poll_us
2016 Jan 25
1
[PATCH V2 0/3] basic busy polling support for vhost_net
...er
to
> > tune polling, it's still not clear for me how *end user* will interact
with
> > it and how easy it would be for him/her.
>
> There will be qemu part of the codes for end user. E.g. a vhost_poll_us
> parameter for tap like:
>
> -netdev tap,id=hn0,vhost=on,vhost_pull_us=20
Not strictly related, I'd like to give a try to polling + vhost thread
sharing and polling + workqueues.
Do you mind sharing the scripts you used to test the polling?
Thanks,
Mike.
> Thanks
>
> >
> > [1] http://thread.gmane.org/gmane.linux.kernel/1765593
> > [2]...
2016 Jan 25
1
[PATCH V2 0/3] basic busy polling support for vhost_net
...er
to
> > tune polling, it's still not clear for me how *end user* will interact
with
> > it and how easy it would be for him/her.
>
> There will be qemu part of the codes for end user. E.g. a vhost_poll_us
> parameter for tap like:
>
> -netdev tap,id=hn0,vhost=on,vhost_pull_us=20
Not strictly related, I'd like to give a try to polling + vhost thread
sharing and polling + workqueues.
Do you mind sharing the scripts you used to test the polling?
Thanks,
Mike.
> Thanks
>
> >
> > [1] http://thread.gmane.org/gmane.linux.kernel/1765593
> > [2]...
2016 Jan 25
0
[PATCH V2 0/3] basic busy polling support for vhost_net
...t's still not clear for me how *end user* will
> interact with
> > > it and how easy it would be for him/her.
> >
> > There will be qemu part of the codes for end user. E.g. a vhost_poll_us
> > parameter for tap like:
> >
> > -netdev tap,id=hn0,vhost=on,vhost_pull_us=20
>
> Not strictly related, I'd like to give a try to polling + vhost thread
> sharing and polling + workqueues.
> Do you mind sharing the scripts you used to test the polling?
Sure, it was a subtest of autotest[1].
[1]
https://github.com/autotest/tp-qemu/blob/7cf589b490aff7511ec...