All of lore.kernel.org
 help / color / mirror / Atom feed
From: Herbert van den Bergh <Herbert.van.den.Bergh@oracle.com>
To: Gianluca Guida <gianluca.guida@eu.citrix.com>
Cc: Dan Magenheimer <dan.magenheimer@oracle.com>,
	"Xen-Devel (E-mail)" <xen-devel@lists.xensource.com>
Subject: Re: vnif socket buffer mistaken for pagetable page causes major performance problem
Date: Mon, 08 Jun 2009 09:22:10 -0700	[thread overview]
Message-ID: <4A2D3AB2.5020104@oracle.com> (raw)
In-Reply-To: <4A2CD5B3.4090700@eu.citrix.com>



Gianluca Guida wrote:
> Hi,
>
> Sorry for the late reply,
>
> Dan Magenheimer wrote:
>> A recent posting reminded me of this and, though the
>> information is a bit vague, someone familiar with the
>> shadow code might know just where to look to fix this,
>> hopefully in time for 3.4 (if its not already fixed).
>>
>> One of our performance experts discovered a strange
>> major network performance hit seen only under certain
>> circumstances, IIRC mostly in HVM but sometimes in
>> PV when migrating.
>>
>> With some help from Intel, it was determined that
>> the heuristics used by shadow paging to determine
>> whether a guest is modifying a pagetable page were
>> getting fooled by the access pattern used by the
>> code that copies data into a newly allocated socket
>> buffer.  As a result, many unnecessary vmenter/vmexits
>> were happening.
>>
>> The workaround was to preallocate all socket buffer
>> memory.
>>
>> That's all I've got, but we can try to answer questions
>> if this isn't already a known fixed problem.
>
> Can you be a little more specific about what is the performance loss,
Network throughput was reduced to 10% of normal.
> in what workload,
A network send throughput test using netperf.
> and what heuristic you found to be wrong in this case?
The access pattern to the memory page that was recognized as a pagetable 
access was a regular memcpy doing 4 byte aligned writes into a newly 
allocated page.  I'm not that familiar with the shadow pagetable code, 
so I don't know how "wrong" this is, just that it caused a false 
positive on this type of memory access.

Thanks,
Herbert.

  reply	other threads:[~2009-06-08 16:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-06  0:37 vnif socket buffer mistaken for pagetable page causes major performance problem Dan Magenheimer
2009-06-08  9:11 ` Gianluca Guida
2009-06-08 16:22   ` Herbert van den Bergh [this message]
2009-06-09 13:25     ` Gianluca Guida
2009-06-09 15:22       ` Herbert van den Bergh

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=4A2D3AB2.5020104@oracle.com \
    --to=herbert.van.den.bergh@oracle.com \
    --cc=dan.magenheimer@oracle.com \
    --cc=gianluca.guida@eu.citrix.com \
    --cc=xen-devel@lists.xensource.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 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.