Re: [RFC PATCH v5 2/3] docs: scheduler: Add scheduler overview documentation

2020-06-23 Thread John Mathew
On Fri, May 29, 2020 at 2:00 PM Peter Zijlstra wrote: > > On Thu, May 14, 2020 at 12:26:36PM +0300, john mathew wrote: > > > += > > +CFS Overview > > += > > + > > +Linux 2.6.23 introduced a modular scheduler core and a Completely Fair > > +Scheduler (CFS) implemented as a s

Re: [RFC PATCH v5 2/3] docs: scheduler: Add scheduler overview documentation

2020-06-05 Thread John Mathew
On Fri, May 29, 2020 at 5:48 PM Vincent Guittot wrote: > > On Thu, 14 May 2020 at 11:26, john mathew wrote: > > > > From: John Mathew > > > > Add documentation for > > -scheduler overview > > -scheduler state transtion > > -CFS overview > > -scheduler data structs > > > > Add rst for schedul

Re: [RFC PATCH v5 2/3] docs: scheduler: Add scheduler overview documentation

2020-06-05 Thread John Mathew
On Fri, May 29, 2020 at 2:00 PM Peter Zijlstra wrote: > > On Thu, May 14, 2020 at 12:26:36PM +0300, john mathew wrote: > > > += > > +CFS Overview > > += > > + > > +Linux 2.6.23 introduced a modular scheduler core and a Completely Fair > > +Scheduler (CFS) implemented as a s

Re: [RFC PATCH v5 2/3] docs: scheduler: Add scheduler overview documentation

2020-05-29 Thread Vincent Guittot
On Thu, 14 May 2020 at 11:26, john mathew wrote: > > From: John Mathew > > Add documentation for > -scheduler overview > -scheduler state transtion > -CFS overview > -scheduler data structs > > Add rst for scheduler APIs and modify sched/core.c > to add kernel-doc comments. > > Suggested-by:

Re: [RFC PATCH v5 2/3] docs: scheduler: Add scheduler overview documentation

2020-05-29 Thread Jonathan Corbet
On Fri, 29 May 2020 13:00:12 +0200 Peter Zijlstra wrote: > > +**Thermal Pressure**: > > I find these attached headers really hard to read. And what's with the > ** stuff ? > > Other files in this same patch use a different style: > > Header > -- > test goes here, > > Which I find a lot

Re: [RFC PATCH v5 2/3] docs: scheduler: Add scheduler overview documentation

2020-05-29 Thread Peter Zijlstra
On Thu, May 14, 2020 at 12:26:36PM +0300, john mathew wrote: > += > +CFS Overview > += > + > +Linux 2.6.23 introduced a modular scheduler core and a Completely Fair > +Scheduler (CFS) implemented as a scheduling module. A brief overview of the > +CFS design is provided in :

[RFC PATCH v5 2/3] docs: scheduler: Add scheduler overview documentation

2020-05-14 Thread john mathew
From: John Mathew Add documentation for -scheduler overview -scheduler state transtion -CFS overview -scheduler data structs Add rst for scheduler APIs and modify sched/core.c to add kernel-doc comments. Suggested-by: Lukas Bulwahn Co-developed-by: Mostafa Chamanara Signed-off-by: Mostafa