Displaying 3 results from an estimated 3 matches for "vhost_poll_us".
2016 Jan 25
1
[PATCH V2 0/3] basic busy polling support for vhost_net
...ctl.
> > Although ioctl is definitely more appropriate interface to allow user
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
>
> &...
2016 Jan 25
1
[PATCH V2 0/3] basic busy polling support for vhost_net
...ctl.
> > Although ioctl is definitely more appropriate interface to allow user
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
>
> &...
2016 Jan 25
0
[PATCH V2 0/3] basic busy polling support for vhost_net
...tl is definitely more appropriate interface to allow
> user 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?
Sure, it...