Re: [RFC PATCH 0/6] Convert all tasklets to workqueues

From: Steven Rostedt
Date: Mon Jun 25 2007 - 20:47:25 EST


On Tue, 2007-06-26 at 01:36 +0200, Stefan Richter wrote:

> I can't speak for Kristian, nor do I have test equipment for isochronous
> applications, but I know that there are people out there which do data
> acquisition on as many FireWire buses as they can stuff boards into
> their boxes. There are also FireWire cards with 2 or 4 controllers per
> board; and each controller can receive or transmit on several channels.
>
> Depending on the buffering scheme, there may be one (?) interrupt per
> channel and isochronopus cycle. Or an interrupt when the buffer is
> full. Some application programmers use large buffers; others want small
> buffers. An isochronous cycle is 125us.
>
> Asynchronous I/O can even produce much higher interrupt rates. I think
> IP over 1394 might indeed cause interrupt rates that are moderately
> higher than 1/125us during normal traffic. SBP-2 ( = 1394 storage) is
> not as much affected because the bulk of data is transferred without
> interrupts. So I suppose some eth1394 bandwidth tests with this patch
> series might make sense... alas I'm short of spare time. (Would be
> interesting to see whether the old ohci1394 driver is blown to bits with
> the patch series; it's an old driver with who-knows what assumptions in
> there.)

Hi, any testing of the patches would be much appreciated. I don't have
access to any boxes that might have problems with running tasklets as
work queues. So if you know others with this equipment, and can pass the
patches off to them. It will hopefully help us know if this patch helps,
hurts, or just doesn't make a difference.

>
> > Workqueue priority can be set, and your handler should
> > probably be SCHED_FIFO.
>
> Does this cooperate nicely with a SCHED_FIFO thread of a userspace data
> acquisition program or audio server or the like?

Well, if you put the prio of the work queue higher, it won't be any
different than a tasklet. A tasklet runs at an even higher priority than
any thread on the system.

-- Steve


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/