Re: [PATCH 1/7] sched/deadline: fix try to pull pinned dl tasks in pull algorithm

2015-05-06 Thread Wanpeng Li
Ping, :) On Mon, Apr 27, 2015 at 05:42:38PM +0800, Wanpeng Li wrote: >How about patch 1/7? :) >On Mon, Apr 06, 2015 at 04:53:13PM +0800, Wanpeng Li wrote: >>Function pick_next_earliest_dl_task is used to pick earliest and pushable >>dl task from overloaded cpus in pull algorithm, however, it

Re: [PATCH 1/7] sched/deadline: fix try to pull pinned dl tasks in pull algorithm

2015-05-06 Thread Wanpeng Li
Ping, :) On Mon, Apr 27, 2015 at 05:42:38PM +0800, Wanpeng Li wrote: How about patch 1/7? :) On Mon, Apr 06, 2015 at 04:53:13PM +0800, Wanpeng Li wrote: Function pick_next_earliest_dl_task is used to pick earliest and pushable dl task from overloaded cpus in pull algorithm, however, it traverses

Re: [PATCH 1/7] sched/deadline: fix try to pull pinned dl tasks in pull algorithm

2015-04-27 Thread Wanpeng Li
How about patch 1/7? :) On Mon, Apr 06, 2015 at 04:53:13PM +0800, Wanpeng Li wrote: >Function pick_next_earliest_dl_task is used to pick earliest and pushable >dl task from overloaded cpus in pull algorithm, however, it traverses >runqueue rbtree instead of pushable task rbtree which is also

Re: [PATCH 1/7] sched/deadline: fix try to pull pinned dl tasks in pull algorithm

2015-04-27 Thread Wanpeng Li
How about patch 1/7? :) On Mon, Apr 06, 2015 at 04:53:13PM +0800, Wanpeng Li wrote: Function pick_next_earliest_dl_task is used to pick earliest and pushable dl task from overloaded cpus in pull algorithm, however, it traverses runqueue rbtree instead of pushable task rbtree which is also ordered

Re: [PATCH 1/7] sched/deadline: fix try to pull pinned dl tasks in pull algorithm

2015-04-14 Thread Wanpeng Li
Ping Juri for this patchset, :) On Mon, Apr 06, 2015 at 04:53:13PM +0800, Wanpeng Li wrote: >Function pick_next_earliest_dl_task is used to pick earliest and pushable >dl task from overloaded cpus in pull algorithm, however, it traverses >runqueue rbtree instead of pushable task rbtree which is

Re: [PATCH 1/7] sched/deadline: fix try to pull pinned dl tasks in pull algorithm

2015-04-14 Thread Wanpeng Li
Ping Juri for this patchset, :) On Mon, Apr 06, 2015 at 04:53:13PM +0800, Wanpeng Li wrote: Function pick_next_earliest_dl_task is used to pick earliest and pushable dl task from overloaded cpus in pull algorithm, however, it traverses runqueue rbtree instead of pushable task rbtree which is also