Re: [PATCH V3] Softirq:avoid large sched delay from the pending softirqs
On Thu, Jul 23, 2020 at 9:41 PM Thomas Gleixner wrote: > > qianjun.ker...@gmail.com writes: > > From: jun qian > > + /* > > + * the softirq's action has been running for too much time > > + * so it may need to wakeup the ksoftirqd > > + */ > > +
Re: [PATCH V3] Softirq:avoid large sched delay from the pending softirqs
qianjun.ker...@gmail.com writes: > From: jun qian > + /* > + * the softirq's action has been running for too much time > + * so it may need to wakeup the ksoftirqd > + */ > + if (need_resched() && ktime_get() > end) > +