From: Mark H. <ma...@os...> - 2004-05-12 14:21:12
|
On Wed, 2004-05-12 at 07:15, Jon Maloy wrote: > Mark, > I think you can easily verify your hypothesis by replacing > spin_lock_bh() with a spin_trylock_bh() in tipc_recv_msg(), and > then just discard the packet and continue the loop if it fails. > (If this happens the packet will be retransmitted anyway.) > It is worth a try. I'll give it a try. Out of curiosity, why are you using the *_bh versions of spinlock? -- Mark Haverkamp <ma...@os...> |