Re: [PATCH 0/9] Add MAX_NICE, MIN_NICE and NICE_WIDTH macros in prio.h.

2014-02-14 Thread Dongsheng Yang
On 02/14/2014 05:51 PM, Peter Zijlstra wrote: On Fri, Feb 14, 2014 at 05:22:50PM +0800, Dongsheng Yang wrote: Hi Ingo & Peter, What's your opinion on this patchset? I queued it; I wasn't convinced but people seem to like it, which is good enough. Thank you :) -- To unsubscribe from this

Re: [PATCH 0/9] Add MAX_NICE, MIN_NICE and NICE_WIDTH macros in prio.h.

2014-02-14 Thread Peter Zijlstra
On Fri, Feb 14, 2014 at 05:22:50PM +0800, Dongsheng Yang wrote: > Hi Ingo & Peter, > What's your opinion on this patchset? I queued it; I wasn't convinced but people seem to like it, which is good enough. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [PATCH 0/9] Add MAX_NICE, MIN_NICE and NICE_WIDTH macros in prio.h.

2014-02-14 Thread Dongsheng Yang
Hi Ingo & Peter, What's your opinion on this patchset? On 02/11/2014 03:34 PM, Dongsheng Yang wrote: Hi Peter, There are lots of hardcoding of -20 and 19 in kernel to represent minimum and maximum of nice value currently. This patch set define three macros in prio.h and replace some

[PATCH 0/9] Add MAX_NICE, MIN_NICE and NICE_WIDTH macros in prio.h.

2014-02-10 Thread Dongsheng Yang
Hi Peter, There are lots of hardcoding of -20 and 19 in kernel to represent minimum and maximum of nice value currently. This patch set define three macros in prio.h and replace some of the hardcoding with them. Please help to take a look at it, thanx :) Dongsheng Yang (9): sche