xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] arinc: Implement cpu-pool support
@ 2013-12-03 22:24 Nathan Studer
  2013-12-03 22:24 ` [PATCH v2 1/2] arinc: Add cpu-pool support to scheduler Nathan Studer
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Nathan Studer @ 2013-12-03 22:24 UTC (permalink / raw)
  To: xen-devel
  Cc: Simon Martin, Ian Campbell, Stefano Stabellini, George Dunlap,
	Andrew Cooper, Ian Jackson, Robert VanVossen, Nathan Studer

From: Nathan Studer <nate.studer@dornerworks.com>

Update the arinc653 scheduler to support CPU cpu pools.

These changes do not implement arinc653 multicore.  Since the schedule only
supports 1 vcpu entry per slot, even if the vcpus of a domain are run on
multiple pcpus, the scheduler will essentially serialize their execution.

The formatting patch from the original series has already been applied and
has been dropped from v2.

George, you granted a release-ack for the original series, which I sent
in almost two weeks ago (I left on paternity leave in the meantime).  
I would argue that this functionality could be granted an exception for
the same reasons you listed in your original release-ack, but if this is
no longer the case, I defer to your judgement.

Nathan Studer (2):
  arinc: Add cpu-pool support to scheduler.
  arinc:  Add poolid parameter to scheduler get/set functions

 tools/libxc/xc_arinc653.c   |    6 ++-
 tools/libxc/xenctrl.h       |    2 +
 xen/common/sched_arinc653.c |  111 ++++++++++++++++++++++++++++++++-----------
 3 files changed, 90 insertions(+), 29 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-12-04 14:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03 22:24 [PATCH v2 0/2] arinc: Implement cpu-pool support Nathan Studer
2013-12-03 22:24 ` [PATCH v2 1/2] arinc: Add cpu-pool support to scheduler Nathan Studer
2013-12-04 11:00   ` Dario Faggioli
2013-12-03 22:24 ` [PATCH v2 2/2] arinc: Add poolid parameter to scheduler get/set functions Nathan Studer
2013-12-04 10:50   ` Dario Faggioli
2013-12-04 11:20 ` [PATCH v2 0/2] arinc: Implement cpu-pool support George Dunlap
2013-12-04 14:30   ` Ian Campbell

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).