Re: [PATCH V3 0/3] basic busy polling support for vhost_net
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2016-02-28 09:13:04
Also in:
kvm, lkml, netdev
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2016-02-28 09:13:04
Also in:
kvm, lkml, netdev
On Fri, Feb 26, 2016 at 11:45:02AM -0500, David Miller wrote:
From: Jason Wang <jasowang@redhat.com> Date: Fri, 26 Feb 2016 16:42:41 +0800quoted
This series tries to add basic busy polling for vhost net. The idea is simple: at the end of tx/rx processing, busy polling for new tx added descriptor and rx receive socket for a while. The maximum number of time (in us) could be spent on busy polling was specified ioctl.I'm assuming this will go through Michael's tree.
Definitely.