More Web Proxy on the site http://driver.im/
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090417.043945.67766586.davem@davemloft.net>
Date: Fri, 17 Apr 2009 04:39:45 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: haavard.skinnemoen@...el.com
Cc: thomas.petazzoni@...e-electrons.com, netdev@...r.kernel.org,
michael@...e-electrons.com
Subject: Re: [PATCH] macb: Add support of the netpoll API
From: David Miller <davem@...emloft.net>
Date: Fri, 17 Apr 2009 03:44:16 -0700 (PDT)
> From: Haavard Skinnemoen <haavard.skinnemoen@...el.com>
> Date: Fri, 17 Apr 2009 11:50:11 +0200
>
>> David Miller wrote:
>>> From: Haavard Skinnemoen <haavard.skinnemoen@...el.com>
>>> Date: Fri, 17 Apr 2009 11:25:53 +0200
>>>
>>> > I guess you're right -- we just have to be careful about calling
>>> > printk() from within the driver. But it seems a lot easier to just drop
>>> > the lock before dumping an error message than it is to work around that
>>> > disable_irq() deadlock. And if you're running with verbose debugging
>>> > enabled, you probably shouldn't be using netconsole anyway.
>>>
>>> Therefore, do you agree to add Thomas's patch as-is?
>>
>> No, therefore, I'd prefer local_irq_save() :-)
>
> I'm pretty sure there is a specific reason driver's use
> disable_irq() rather than disabling local cpu IRQs.
>
> I just can't remember it at the moment.
>
> And there absolutely must be a reason, because disable_irq()
> is a lot more expensive.
Ok, after doing some research, the reason seems to be that
drivers which have lockless IRQ handlers have to do things
this way to guarentee other cpus are not inside of the
interrupt handler.
Since we are using a lock here, local_irq_save(), or disabling
IRQs in the ethernet chip itself, should work fine.
So I'm OK with the local_irq_save() idea, someone please post
the patch.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists