All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ryan Harper <ryanh@us.ibm.com>
To: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>
Cc: Ryan Harper <ryanh@us.ibm.com>, xen-devel@lists.xensource.com
Subject: Re: [PATCH 2/3] xend: Add multiple cpumasks support
Date: Mon, 14 Aug 2006 14:08:46 -0500	[thread overview]
Message-ID: <20060814190846.GQ1694@us.ibm.com> (raw)
In-Reply-To: <A95E2296287EAD4EB592B5DEEFCE0E9D5723C2@liverpoolst.ad.cl.cam.ac.uk>

* Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk> [2006-08-14 13:56]:
> > > Adding support to enable separate masks for each VCPU isn't a bad
> idea,
> > > but we certainly don't want to break the behaviour of being able to
> set
> > > the mask for a domain.
> > 
> > This doesn't break the previous behavior though maybe the description
> or
> > implementation is misleading.  We may have dropped the behavior over
> time
> > as I seem to recall having a cpumap_t/cpumask in the domain structure,
> > but there isn't a domain-wide cpumask anymore.  Instead there is a
> > cpumask per vcpu.  The cpus parameter is used to restrict which
> > physical cpus the domains' vcpus' can use.  This is done by mapping
> > each vcpu to a value from the list of physical cpus the domain can
> > use.  The side-effect of that is that the cpumask of the vcpu has
> > only that cpu set, which prevents balancing when using the credit
> > scheduler.
> 
> The current code doesn't do what the comment in the example config file
> says. We should just fix the code to match the comment!

Certainly.  I'll sync them up.

> 
> > Are you asking that we introduce in addition to the per-vcpu cpumask
> > another domain-wide mask that we would use to further restrict the
> vcpu
> > masks (think cpus_and(d->affinity, v->affinity))?  And have two config
> > variables like below?
> 
> There's no need: just set them all vcpus to the same mask.

OK.  It seems like I went a step too far.  I'll resend the simpler patch
of just repeating the same mask for each vcpu in the domain.  Are you
interested in the multi cpumask approach?  If so any thoughts on how
you'd like to see multiple cpumasks in the config file?

-- 
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253   T/L: 678-9253
ryanh@us.ibm.com

  reply	other threads:[~2006-08-14 19:08 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-14 18:55 [PATCH 2/3] xend: Add multiple cpumasks support Ian Pratt
2006-08-14 19:08 ` Ryan Harper [this message]
2006-08-14 20:15   ` Ryan Harper
  -- strict thread matches above, loose matches on Subject: below --
2006-08-17  2:01 Ian Pratt
2006-08-17 15:27 ` Ryan Grimm
2006-08-15 23:26 Ian Pratt
2006-08-16 11:15 ` Subrahmanian, Raj
2006-08-14 22:40 Ian Pratt
2006-08-14 22:46 ` Ryan Harper
2006-08-16 23:34   ` Ryan Grimm
2006-08-14 22:03 Ian Pratt
2006-08-14 22:20 ` Ryan Harper
2006-08-15  9:07   ` Keir Fraser
2006-08-15 22:58     ` Ryan Harper
2006-08-14 18:10 Ian Pratt
2006-08-14 18:47 ` Ryan Harper
2006-08-15  8:44   ` Keir Fraser
2006-08-15 23:01     ` Ryan Harper
2006-08-14 16:57 Ryan Harper
2006-08-14 17:37 ` Keir Fraser
2006-08-14 17:48   ` Ryan Harper
2006-08-14 17:55     ` Keir Fraser

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=20060814190846.GQ1694@us.ibm.com \
    --to=ryanh@us.ibm.com \
    --cc=m+Ian.Pratt@cl.cam.ac.uk \
    --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.