xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: annie li <annie.li@oracle.com>
To: Wei Liu <wei.liu2@citrix.com>
Cc: ian.campbell@citrix.com, xen-devel@lists.xen.org,
	David Vrabel <david.vrabel@citrix.com>,
	msw@amazon.com, Andrew Bennieston <andrew.bennieston@citrix.com>
Subject: Re: [PATCH V4 0/3] xen-netback: switch to NAPI + kthread 1:1 model
Date: Fri, 23 Aug 2013 10:24:38 +0800	[thread overview]
Message-ID: <5216C7E6.5090306@oracle.com> (raw)
In-Reply-To: <20130822151238.GA6881@zion.uk.xensource.com>


On 2013-8-22 23:12, Wei Liu wrote:
> On Tue, Aug 06, 2013 at 03:17:46PM +0100, Andrew Bennieston wrote:
>> On 06/08/13 14:29, David Vrabel wrote:
>>> On 06/08/13 14:16, Pasi Kärkkäinen wrote:
>>>> On Tue, Aug 06, 2013 at 10:06:00AM +0100, Wei Liu wrote:
>>>>> IRQs are distributed to 4 cores by hand in the new model, while in the
>>>>> old model vifs are automatically distributed to 4 kthreads.
>>>>>
>>>> Hmm.. so with these patches applied is is *required* to do manual configuration in dom0 to get good performance?
>>> This should be irqbalanced's job.  The existing version doesn't do a
>>> good enough job yet though.  Andrew Bennieston may have more details.
>>>
>>> David
>>>
>> irqbalance 1.0.6 [1] includes a patch [2] from Wei Liu [3] that adds
>> support for balancing `xen-dyn-event' interrupts. When I have compiled
>> this version and run it under Xen(Server) I noticed that the
>> interrupts are indeed moving between cores, but not necessarily in
>> what I would call an obvious or optimal way (e.g. several VIF
>> interrupts are being grouped onto a single dom0 VCPU at times). I plan
>> on investigating this further when time permits.
>>
>> I also noticed that, from time to time, the irqbalance process
>> disappears. I tracked this down to a segfault that occurs when a VM
>> shuts down and an IRQ disappears during one of irqbalance's periodic
>> rescans. I'm hoping to be able to narrow this down sufficiently to
>> identify the cause and ideally fix it, but I don't have a lot of time
>> to work on this at the moment.
>>
>> As for the impact on Wei's patches, without irqbalance it would be
>> trivial to automatically assign (via a script, on VM start) the
>> interrupts for a particular VIF to a particular dom0 vCPU in a
>> round-robin fashion, just as VIFs were previously assigned to netback
>> kthreads. This would result in broadly the same performance as before,
>> while an improved irqbalanced should give better performance and
>> fairness when two different VIFs would otherwise be competing for the
>> same resources.
>>
> So can I conclude that this model doesn't incur severe performance
> regression, on the other hand it has its advantage on fairness so it's
> worth upstreaming?
I agree.
 From Andrew's result, I do not see any bad affect about this model, and 
well worked irqbalance may give us much better performance too.
And this can also simplify persistent map patch(it is kind of stopped, 
but my recent test shows some good results)
>
> If so I will post another series shortly with all comments addressed.
Please go ahead.

Thanks
Annie

  parent reply	other threads:[~2013-08-23  2:24 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-06  9:06 [PATCH V4 0/3] xen-netback: switch to NAPI + kthread 1:1 model Wei Liu
2013-08-06  9:06 ` [PATCH V4 1/3] xen-netback: remove page tracking facility Wei Liu
2013-08-07  2:52   ` Matt Wilson
2013-08-06  9:06 ` [PATCH V4 2/3] xen-netback: switch to NAPI + kthread 1:1 model Wei Liu
2013-08-06 13:33   ` Wei Liu
2013-08-06 13:50     ` Ian Campbell
2013-08-06 14:50       ` Wei Liu
2013-08-06 14:56         ` Ian Campbell
2013-08-06 15:05           ` Wei Liu
2013-08-06 15:21             ` Ian Campbell
2013-08-06 15:24               ` Wei Liu
2013-08-06 15:33                 ` Wei Liu
2013-08-06 15:38                   ` Ian Campbell
2013-08-06 15:47                     ` Wei Liu
2013-08-06 15:50                       ` Ian Campbell
2013-08-06 15:54                         ` Wei Liu
2013-08-06 15:58                           ` Ian Campbell
2013-08-06  9:06 ` [PATCH V4 3/3] xen-netback: rename functions Wei Liu
2013-08-06 13:16 ` [PATCH V4 0/3] xen-netback: switch to NAPI + kthread 1:1 model Pasi Kärkkäinen
2013-08-06 13:28   ` Wei Liu
2013-08-06 13:29   ` David Vrabel
2013-08-06 14:17     ` Andrew Bennieston
2013-08-22 15:12       ` Wei Liu
2013-08-22 15:19         ` Wei Liu
2013-08-22 17:14         ` Matt Wilson
2013-08-23  2:24         ` annie li [this message]
2013-08-15 13:20 ` Wei Liu

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=5216C7E6.5090306@oracle.com \
    --to=annie.li@oracle.com \
    --cc=andrew.bennieston@citrix.com \
    --cc=david.vrabel@citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=msw@amazon.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.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 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).