#1789 closed enhancement (fixed)

Add Simple SMP Scheduler

Reported by: Joel Sherrill Owned by: Joel Sherrill
Priority: normal Milestone: 4.11
Component: score Version: 4.11
Severity: minor Keywords:
Cc: jennifer.averett@…, gedare@… Blocked By:
Blocking:

Description

The attached patch adds support for the Simple SMP Priority Scheduler. It is a very straightforward implementation of priority scheduling across multiple cores. It tries to be faithful to the behaviour of the Deterministic Priority Scheduler and (when hacked to be the default scheduler), all tests pass.

Attachments (2)

pr1789.diff (19.6 KB) - added by Joel Sherrill on 05/09/11 at 19:24:21.
Patch version 1
pr1789_2.diff (21.3 KB) - added by Joel Sherrill on 05/12/11 at 15:16:57.
Try 2

Download all attachments as: .zip

Change History (7)

Changed on 05/09/11 at 19:24:21 by Joel Sherrill

Attachment: pr1789.diff added

Patch version 1

comment:1 Changed on 05/09/11 at 19:24:35 by Joel Sherrill

Cc: giddyup44@… added

comment:2 Changed on 05/10/11 at 12:40:20 by Jennifer Averett

Cc: Jennifer Averett added

Changed on 05/12/11 at 15:16:57 by Joel Sherrill

Attachment: pr1789_2.diff added

Try 2

comment:3 Changed on 05/12/11 at 15:16:57 by Joel Sherrill

attachments.isobsolete: 01

comment:4 Changed on 05/19/11 at 12:58:11 by Joel Sherrill

Resolution: fixed
Status: newclosed

Code is now in CVS.

Documentation on big-O and configuring for SMP added to head in configuring a system.

comment:5 Changed on 11/24/14 at 18:58:28 by Gedare Bloom

Version: HEAD4.11

Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11

Note: See TracTickets for help on using tickets.