Re: [PATCH v2] sched: add a tuning knob to allow changing RR tmeslice

From: Ingo Molnar
Date: Sat Jan 26 2013 - 07:16:55 EST



* Clark Williams <williams@xxxxxxxxxx> wrote:

> On Fri, 25 Jan 2013 19:36:10 +0100
> Ingo Molnar <mingo@xxxxxxxxxx> wrote:
>
> >
> > * Clark Williams <williams@xxxxxxxxxx> wrote:
> >
> > > > Shouldn't this be in kernel/sched/sched.h instead of the
> > > > (already too large) linux/sched.h?
> > >
> > > I don't think that will work be cause kernel/sysctl.c needs
> > > the externs and I doubt we want to include
> > > kernel/sched/sched.h from there.
> >
> > Then at least introduce a new include/linux/sched_sysctl.h file
> > please, and include it in sysctl.c and move this new knob there?
> >
> > Other scheduler related sysctl knobs can move there too later
> > on, reducing the burden on sched.h.
> >
> > Thanks,
> >
> > Ingo
>
>
> Like this?

I only suggested to create it for this new sysctl, but you doing
the whole work for all scheduler sysctls is a perfect solution
of course :-)

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/