Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753318AbXFVLZQ (ORCPT ); Fri, 22 Jun 2007 07:25:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752282AbXFVLZE (ORCPT ); Fri, 22 Jun 2007 07:25:04 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:59166 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752280AbXFVLZD (ORCPT ); Fri, 22 Jun 2007 07:25:03 -0400 Date: Fri, 22 Jun 2007 13:23:35 +0200 From: Ingo Molnar To: Christoph Hellwig , Steven Rostedt , LKML , Linus Torvalds , Andrew Morton , Thomas Gleixner , john stultz , Oleg Nesterov , "Paul E. McKenney" , Dipankar Sarma , "David S. Miller" , matthew.wilcox@hp.com, kuznet@ms2.inr.ac.ru Subject: Re: [RFC PATCH 0/6] Convert all tasklets to workqueues Message-ID: <20070622112335.GC23139@elte.hu> References: <20070622040014.234651401@goodmis.org> <20070622070948.GA21291@infradead.org> <20070622075135.GA11695@elte.hu> <20070622075304.GA22682@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070622075304.GA22682@infradead.org> User-Agent: Mutt/1.5.14 (2007-02-12) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.0.3 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 892 Lines: 22 * Christoph Hellwig wrote: > > which actual in-kernel tasklets do you have in mind? I'm not aware > > of any in performance critical code. (now that both the RCU and the > > sched tasklet has been fixed.) > > the one in megaraid_sas for example is in a performance-critical path > and was put in quite recently. ah, i thought core kernel. I took a look, and i doubt that doing the megaraid SAS thing over a kernel thread would show up on the radar. If it does then it should probably be done in its separate per-CPU workqueue anyway, not in a globally scheduled thing like a tasklet. Tasklets just dont scale. Ingo - 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/