On Tue, 27 Sep 2005 19:22:17 +1000 Nick Piggin <[email protected]> wrote: > It could have come a long way since then, but this code looks > much neater than the code I reviewed. I'm glad to hear that! But the cpu resource controller has some problems, for example: - The controller only controls the time_slice value and doesn't care the balance of cpus (the controller leaves balancing to the existing balancing code in the scheduler). So far I don't have any good idea to solve this. - The controller holds a spinlock once per 1 second. I don't know this is permissive or not, but the current scheduler doesn't hold any spinlocks normally, so... -- KUROSAWA, Takahiro - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 1/3] CPUMETER: add cpumeter framework to the CPUSETS
- From: Hirokazu Takahashi <[email protected]>
- Re: [PATCH 1/3] CPUMETER: add cpumeter framework to the CPUSETS
- References:
- Re: [PATCH 0/5] SUBCPUSETS: a resource control functionality using CPUSETS
- From: Paul Jackson <[email protected]>
- Re: [PATCH 0/5] SUBCPUSETS: a resource control functionality using CPUSETS
- From: Hirokazu Takahashi <[email protected]>
- Re: [PATCH 0/5] SUBCPUSETS: a resource control functionality using CPUSETS
- From: Paul Jackson <[email protected]>
- Re: [PATCH 0/5] SUBCPUSETS: a resource control functionality using CPUSETS
- From: Hirokazu Takahashi <[email protected]>
- Re: [PATCH 0/5] SUBCPUSETS: a resource control functionality using CPUSETS
- From: Paul Jackson <[email protected]>
- [PATCH 1/3] CPUMETER: add cpumeter framework to the CPUSETS
- From: KUROSAWA Takahiro <[email protected]>
- Re: [PATCH 1/3] CPUMETER: add cpumeter framework to the CPUSETS
- From: Paul Jackson <[email protected]>
- Re: [PATCH 1/3] CPUMETER: add cpumeter framework to the CPUSETS
- From: Nick Piggin <[email protected]>
- Re: [PATCH 0/5] SUBCPUSETS: a resource control functionality using CPUSETS
- Prev by Date: Re: 2.6.14-rc2 early boot OOPS (mm/slab.c:1767)
- Next by Date: Re: [ckrm-tech] Re: [PATCH 1/3] CPUMETER: add cpumeter framework to the CPUSETS
- Previous by thread: Re: [ckrm-tech] Re: [PATCH 1/3] CPUMETER: add cpumeter framework to the CPUSETS
- Next by thread: Re: [PATCH 1/3] CPUMETER: add cpumeter framework to the CPUSETS
- Index(es):