Credit2 was declared "supported" in 4.8, and as of 4.10 had two other critical features implemented (soft affinity / NUMA and caps).
Signed-off-by: George Dunlap <[email protected]> --- CC: Ian Jackson <[email protected]> CC: Wei Liu <[email protected]> CC: Andrew Cooper <[email protected]> CC: Jan Beulich <[email protected]> CC: Tim Deegan <[email protected]> CC: Stefano Stabellini <[email protected]> CC: Konrad Wilk <[email protected]> CC: Dario Faggioli <[email protected]> --- xen/common/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/common/Kconfig b/xen/common/Kconfig index 103ef44cb5..3d20a9231f 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -200,7 +200,7 @@ config SCHED_NULL choice prompt "Default Scheduler?" - default SCHED_CREDIT_DEFAULT + default SCHED_CREDIT2_DEFAULT config SCHED_CREDIT_DEFAULT bool "Credit Scheduler" if SCHED_CREDIT @@ -221,7 +221,7 @@ config SCHED_DEFAULT default "rtds" if SCHED_RTDS_DEFAULT default "arinc653" if SCHED_ARINC653_DEFAULT default "null" if SCHED_NULL_DEFAULT - default "credit" + default "credit2" endmenu -- 2.15.1 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
