Re: [RFC] Simple userspace interface for PCI drivers

From: Manu Abraham
Date: Thu Aug 31 2006 - 09:22:11 EST


Greg KH wrote:
> On Thu, Aug 31, 2006 at 02:50:55AM +0400, Manu Abraham wrote:
>> Greg KH wrote:
>>> On Wed, Aug 30, 2006 at 09:07:44PM +0400, Manu Abraham wrote:
>>>> Being a bit excited and it is really interesting to have such a
>>>> proposal, it would simplify the matters that held us up even more,
>>>> probably. The name sounds fine though. All i was wondering whether there
>>>> would be any high latencies for the same using in such a context. But
>>>> since the transfers would occur in any way, even with a kernel mode
>>>> driver, i think it should be pretty much fine.
>>> As mentioned, this framework is being used in industrial settings right
>>> now, where latencies are a huge issue. It works just fine, so I do not
>>> think there are any problems in this area.
>> Cool.
>>
>> Is there some way we can avoid the poll ? It would be a real gain
>> indeed, if a POLL can be avoided.
>
> Use the signal that will be sent to your userspace program when an
> interrupt happens.
>


Ok, that said, If we had RT signalling, that would have been a quantum leap.


> If you can handle the small latency that causes it should be fine, but
> if you can't, then you should be using poll :)
>

hmm.. having a choice does always hurt your brain. ;-)


> It all depends on the hardware you are using, your processor, and what
> your tolerances are on your interrupt handling latency.


Usually in the typical application we have (where latency is an issue),
most probably many of the people have a saturated PCI bus. In most
cases, the IPTV guys have such a scenario. Say > 6 or 7 DVB adapters and
the latency goes very high. What i have seen is that when the bus gets
saturated, the CPU usage shoots of rather abnormally. When the latency
goes higher, the resultant stream is useless and packets needs to be
dropped, eventually that results in Transport Stream discontinuities.

Currently we already have a latency issue, based on the loud cries from
some people.

Thanks,
Manu
-
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/