Date: Thu, 27 Jul 2006 07:10:36 GMT From: Chris Jones <cdjones@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 102529 for review Message-ID: <200607270710.k6R7AauJ038474@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=102529 Change 102529 by cdjones@cdjones-impulse on 2006/07/27 07:10:35 Add hooks to support SCHED_HIER at kernel compile time. Affected files ... .. //depot/projects/soc2006/cdjones_jail/src/sys/conf/NOTES#2 edit .. //depot/projects/soc2006/cdjones_jail/src/sys/conf/files#2 edit .. //depot/projects/soc2006/cdjones_jail/src/sys/conf/options#2 edit Differences ... ==== //depot/projects/soc2006/cdjones_jail/src/sys/conf/NOTES#2 (text+ko) ==== @@ -171,7 +171,11 @@ # advantages for UP as well. It is intended to replace the 4BSD scheduler # over time. # +# SCHED_HIER is an experimental scheduler intended to allow CPU share +# limiting for jails. +# options SCHED_4BSD +#options SCHED_HIER #options SCHED_ULE ##################################################################### ==== //depot/projects/soc2006/cdjones_jail/src/sys/conf/files#2 (text+ko) ==== @@ -1287,6 +1287,7 @@ kern/md4c.c optional netsmb kern/md5c.c standard kern/sched_4bsd.c optional sched_4bsd +kern/sched_hier.c optional sched_hier kern/sched_ule.c optional sched_ule kern/subr_autoconf.c standard kern/subr_blist.c standard ==== //depot/projects/soc2006/cdjones_jail/src/sys/conf/options#2 (text+ko) ==== @@ -126,6 +126,7 @@ PUC_FASTINTR opt_puc.h QUOTA SCHED_4BSD opt_sched.h +SCHED_HIER opt_sched.h SCHED_ULE opt_sched.h SHOW_BUSYBUFS SLEEPQUEUE_PROFILING
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607270710.k6R7AauJ038474>