From: "Roger Pau Monné" <roger.pau@citrix.com>
To: tosher 1 <akm2tosher@yahoo.com>
Cc: Xen-devel <xen-devel@lists.xenproject.org>
Subject: Re: Xen network domain performance for 10Gb NIC
Date: Tue, 28 Apr 2020 18:21:52 +0200 [thread overview]
Message-ID: <20200428162152.GV28601@Air-de-Roger> (raw)
In-Reply-To: <986397088.1609373.1588090088941@mail.yahoo.com>
On Tue, Apr 28, 2020 at 04:08:08PM +0000, tosher 1 wrote:
> > Do you get the expected performance from the driver domain when not
> > using it as a backend? Ie: running the iperf benchmarks directly on
> > the driver domain and not on the guest.
>
>
> Yes, the bandwidth between the driver domain and the client machine is close to 10Gbits/sec.
Also note that doing grant map / unmap operations from HVM domains is
much more expensive than doing them from PV domains, even without an
IOMMU. Xen needs to modify the domain p2m and issue a flush, and then
the guest (usually) needs to map the newly populated memory in it's
page tables in order to access it.
This and the addition of the IOMMU TLB flush could well explain why
you are seeing such a degraded performance. I'm afraid the only way to
figure out exactly what is causing the bottleneck will be to time the
different operations in Xen. You can compare against a PV dom0 in
order to get an idea.
Roger.
prev parent reply other threads:[~2020-04-28 16:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1359850718.562651.1587928713792.ref@mail.yahoo.com>
2020-04-26 19:18 ` Xen network domain performance for 10Gb NIC tosher 1
2020-04-27 5:28 ` Jürgen Groß
2020-04-27 19:27 ` tosher 1
2020-04-27 7:03 ` Roger Pau Monné
2020-04-28 5:23 ` tosher 1
2020-04-28 7:07 ` Roger Pau Monné
2020-04-28 16:08 ` tosher 1
2020-04-28 16:21 ` Roger Pau Monné [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=20200428162152.GV28601@Air-de-Roger \
--to=roger.pau@citrix.com \
--cc=akm2tosher@yahoo.com \
--cc=xen-devel@lists.xenproject.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.