Thread (3 messages) 3 messages, 3 authors, 2011-06-28

how to test a linux driver for SMP concurrency issues

From: Mulyadi Santosa <hidden>
Date: 2011-06-28 15:34:25

Hi AMit...

On Tue, Jun 28, 2011 at 19:36, Amit Nagal [off-list ref] wrote:
Hi ,

i want to test a linux driver to identify concurrecy issue that may
arise on a SMP system .
can i be advised with ?usage of some tools / mechanisms , so that the
driver can be made SMP safe ?
IMHO there is no easy answer here. What you need is careful code audit
and check the way you access shared resources
(variables/structures/etc).

Whenever you encounter such operations, decide whether you wanna make
it as fast path (must be done real quick) or slow path (longer delay
is acceptable).

In fast path, put spin locks locking/unlocking. In slow path, you
might use mutex or any kind of blocking locking.

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help