Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756571AbXFXPw3 (ORCPT ); Sun, 24 Jun 2007 11:52:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755366AbXFXPwV (ORCPT ); Sun, 24 Jun 2007 11:52:21 -0400 Received: from ms-smtp-05.nyroc.rr.com ([24.24.2.59]:37342 "EHLO ms-smtp-05.nyroc.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755326AbXFXPwV (ORCPT ); Sun, 24 Jun 2007 11:52:21 -0400 Date: Sun, 24 Jun 2007 11:52:16 -0400 (EDT) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: Jonathan Corbet cc: Ingo Molnar , LKML , Andrew Morton , Thomas Gleixner , Christoph Hellwig , john stultz , Oleg Nesterov , "Paul E. McKenney" , Dipankar Sarma , "David S. Miller" , matthew.wilcox@hp.com, kuznet@ms2.inr.ac.ru, Linus Torvalds Subject: Re: [RFC PATCH 0/6] Convert all tasklets to workqueues In-Reply-To: <10876.1182698167@lwn.net> Message-ID: References: <10876.1182698167@lwn.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1002 Lines: 27 On Sun, 24 Jun 2007, Jonathan Corbet wrote: > > The cafe_ccic (OLPC) camera driver uses a tasklet to move frames out of > the DMA buffers in the streaming I/O path. With this change in place, > I'd worry that the possibility of dropping frames would increase, > especially considering that (1) this is running on OLPC hardware, and > (2) there is typically a streaming video application running in user > space. > > Obviously some testing is called for here. I will make an attempt to do > that testing, but the next few weeks involve some insane travel which > will make that hard. Stay tuned. > Jon, Thanks for pointing this driver out. I'd greatly appreciate any report you give us regarding the effect of having the tasklet as a thread. -- Steve - 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/