Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1220605
| From | "byungchul.park" <byungchul.park@lge.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() |
| Date | 2015-09-08 10:50 +0200 |
| Message-ID | <q6mLg-7A8-11@gated-at.bofh.it> (permalink) |
| References | (7 earlier) <q6lFw-63O-21@gated-at.bofh.it> <q6lYR-6qp-3@gated-at.bofh.it> <q6m8z-6Rc-39@gated-at.bofh.it> <q6mrU-7dD-15@gated-at.bofh.it> <q6mBA-7oT-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> -----Original Message----- > From: Wanpeng Li [mailto:wanpeng.li@hotmail.com] > Sent: Tuesday, September 08, 2015 5:39 PM > To: Byungchul Park > Cc: Peter Zijlstra; Ingo Molnar; linux-kernel@vger.kernel.org; > yuyang.du@intel.com > Subject: Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() > > On 9/8/15 4:22 PM, Byungchul Park wrote: > > On Tue, Sep 08, 2015 at 04:04:49PM +0800, Wanpeng Li wrote: > >>>> However, if se->vruntime -= cfs_rq->min_vruntime is positive, the > >>>> behavior is different after your patch. e.g. se->vruntime(the > >>>> relative vruntime in switched_to_fair()) < min_vruntime - > >>>> sysctl_sched_latency/2 > >>>> > >>>> before your patch: > >>>> > >>>> se->vruntime = min_vruntime - sysctl_sched_latency/2 (place_entity()) > >>> my patch is based on ff277d4 commit at tip/sched/core. Look at this. > >>> > >>> there's no change between before and after. > >>> > >>> check it please. > >>> > >>> and this logic seems to be no problem to me. :( > >> Your logic will lose fair sleeper bonus in the scenario which I pointed > out. > > i mean in ff277d4 commit: > > Please include the commit subject when you point out a commit, do you > mean this one? I said "I based my patch on ff277d4 commit". > > commit ff277d4250fe715b6666219b1a3423b863418794 > Author: Andrea Parri <parri.andrea@gmail.com> > Date: Wed Aug 5 15:56:19 2015 +0200 > > sched/deadline: Fix comment in enqueue_task_dl() > > The "dl_boosted" flag is set by comparing *absolute* deadlines > (c.f., rt_mutex_setprio()). > > > What's the relationship w/ this patch? Nothing. Just a base commit. > > Regards, > Wanpeng Li > > > > > se->vruntime += cfs->min_vruntime (switched_to_fair()) > > se->vruntime = se->vruntime or bonused value (place_entity()) > > > > after my patch: > > > > se->vruntime += cfs->min_vruntime (switched_to_fair()) > > se->vruntime = se->vruntime or bonused value (place_entity()) > > > > --- > > > > SAME!!! > > > > in addtion, se->vruntime already had a bonused value if eligible, > > when it was detached from cfs_rq. > > > >>>> after your patch: > >>>> > >>>> se->vruntime += cfs->min_vruntime (switched_to_fair()) > >>>> se->vruntime = se->vruntime (place_entity()) > >>>> > >>>> > >>>> Regards, > >>>> Wanpeng Li > >>>> > >>>> -- > >>>> To unsubscribe from this list: send the line "unsubscribe linux- > kernel" in > >>>> the body of a message to majordomo@vger.kernel.org > >>>> More majordomo info at http://vger.kernel.org/majordomo-info.html > >>>> Please read the FAQ at http://www.tux.org/lkml/ > >> -- > >> To unsubscribe from this list: send the line "unsubscribe linux-kernel" > in > >> the body of a message to majordomo@vger.kernel.org > >> More majordomo info at http://vger.kernel.org/majordomo-info.html > >> Please read the FAQ at http://www.tux.org/lkml/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Wanpeng Li <wanpeng.li@hotmail.com> - 2015-09-07 11:50 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Peter Zijlstra <peterz@infradead.org> - 2015-09-07 16:10 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Wanpeng Li <wanpeng.li@hotmail.com> - 2015-09-08 05:50 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Byungchul Park <byungchul.park@lge.com> - 2015-09-08 07:30 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Wanpeng Li <wanpeng.li@hotmail.com> - 2015-09-08 07:40 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Byungchul Park <byungchul.park@lge.com> - 2015-09-08 08:20 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Wanpeng Li <wanpeng.li@hotmail.com> - 2015-09-08 08:30 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Byungchul Park <byungchul.park@lge.com> - 2015-09-08 08:50 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Byungchul Park <byungchul.park@lge.com> - 2015-09-08 08:40 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Wanpeng Li <wanpeng.li@hotmail.com> - 2015-09-08 08:50 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Byungchul Park <byungchul.park@lge.com> - 2015-09-08 09:20 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Wanpeng Li <wanpeng.li@hotmail.com> - 2015-09-08 09:40 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Byungchul Park <byungchul.park@lge.com> - 2015-09-08 10:00 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Wanpeng Li <wanpeng.li@hotmail.com> - 2015-09-08 10:10 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Byungchul Park <byungchul.park@lge.com> - 2015-09-08 10:30 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Wanpeng Li <wanpeng.li@hotmail.com> - 2015-09-08 10:40 +0200
RE: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() "byungchul.park" <byungchul.park@lge.com> - 2015-09-08 10:50 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Wanpeng Li <wanpeng.li@hotmail.com> - 2015-09-08 10:50 +0200
RE: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() "byungchul.park" <byungchul.park@lge.com> - 2015-09-08 11:00 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Byungchul Park <byungchul.park@lge.com> - 2015-09-08 11:20 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Peter Zijlstra <peterz@infradead.org> - 2015-09-08 13:30 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Byungchul Park <byungchul.park@lge.com> - 2015-09-08 08:50 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Peter Zijlstra <peterz@infradead.org> - 2015-09-08 11:50 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Byungchul Park <byungchul.park@lge.com> - 2015-09-08 04:20 +0200
Re: [PATCH] sched: fix lose fair sleeper bonus in switch_to_fair() Wanpeng Li <wanpeng.li@hotmail.com> - 2015-09-08 09:00 +0200
csiph-web