From: Jason Wang <jasowang@redhat.com>
To: Michael Rapoport <RAPOPORT@il.ibm.com>,
Greg Kurz <gkurz@linux.vnet.ibm.com>
Cc: borntraeger@de.ibm.com, kvm@vger.kernel.org,
linux-kernel@vger.kernel.org, mst@redhat.com,
netdev@vger.kernel.org,
virtualization@lists.linux-foundation.org,
yang.zhang.wz@gmail.com
Subject: Re: [PATCH V4 0/3] basic busy polling support for vhost_net
Date: Tue, 15 Mar 2016 11:10:44 +0800 [thread overview]
Message-ID: <56E77D34.3050104@redhat.com> (raw)
In-Reply-To: <201603100648.u2A6mSTl020833@d06av07.portsmouth.uk.ibm.com>
On 03/10/2016 02:48 PM, Michael Rapoport wrote:
> Hi Greg,
>
>> > Greg Kurz <gkurz@linux.vnet.ibm.com> wrote on 03/09/2016 09:26:45 PM:
>>> > > On Fri, 4 Mar 2016 06:24:50 -0500
>>> > > Jason Wang <jasowang@redhat.com> wrote:
>> >
>>> > > 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.
>>> > >
>>> > > Test A were done through:
>>> > >
>>> > > - 50 us as busy loop timeout
>>> > > - Netperf 2.6
>>> > > - Two machines with back to back connected mlx4
>> >
>> > Hi Jason,
>> >
>> > Could this also improve performance if both VMs are
>> > on the same host system ?
> I've experimented a little with Jason's patches and guest-to-guest netperf
> when both guests were on the same host, and I saw improvements for that
> case.
>
Good to know this, I haven't tested this before but from the codes, it
should work for VM2VM case too.
Thanks a lot for the testing.
prev parent reply other threads:[~2016-03-15 3:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-04 11:24 [PATCH V4 0/3] basic busy polling support for vhost_net Jason Wang
2016-03-04 11:24 ` [PATCH V4 1/3] vhost: introduce vhost_has_work() Jason Wang
2016-03-04 11:24 ` [PATCH V4 2/3] vhost: introduce vhost_vq_avail_empty() Jason Wang
2016-03-04 11:24 ` [PATCH V4 3/3] vhost_net: basic polling support Jason Wang
2016-03-09 19:26 ` [PATCH V4 0/3] basic busy polling support for vhost_net Greg Kurz
2016-03-10 6:48 ` Michael Rapoport
[not found] ` <201603100648.u2A6mSTl020833@d06av07.portsmouth.uk.ibm.com>
2016-03-15 3:10 ` Jason Wang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56E77D34.3050104@redhat.com \
--to=jasowang@redhat.com \
--cc=RAPOPORT@il.ibm.com \
--cc=borntraeger@de.ibm.com \
--cc=gkurz@linux.vnet.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=yang.zhang.wz@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).