]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
sched/credit2: remove stale comment
authorJuergen Gross <jgross@suse.com>
Wed, 9 Jan 2019 14:46:05 +0000 (15:46 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 9 Jan 2019 14:46:05 +0000 (15:46 +0100)
With being the default scheduler now the comment in sched_credit2
stating it being experimental should be removed.

While at it remove the "TODO" comments already addressed.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Dario Faggioli <dfaggioli@suse.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
xen/common/sched_credit2.c

index 623a325ceb9c256dd859bb8ed49d8a68274b7459..543dc3664dd3dae79c0af9cb5613f184e2aed9a8 100644 (file)
 #define TRC_CSCHED2_RUNQ_CAND_CHECK  TRC_SCHED_CLASS_EVT(CSCHED2, 23)
 
 /*
- * WARNING: This is still in an experimental phase.  Status and work can be found at the
- * credit2 wiki page:
- *  http://wiki.xen.org/wiki/Credit2_Scheduler_Development
- *
  * TODO:
  * + Hyperthreading
- *  - Look for non-busy core if possible
  *  - "Discount" time run on a thread with busy siblings
  * + Algorithm:
  *  - "Mixed work" problem: if a VM is playing audio (5%) but also burning cpu (e.g.,
  *    a flash animation in the background) can we schedule it with low enough latency
  *    so that audio doesn't skip?
- *  - Cap and reservation: How to implement with the current system?
  * + Optimizing
  *  - Profiling, making new algorithms, making math more efficient (no long division)
  */