From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <48D77BB1.3090103@ru.mvista.com> Date: Mon, 22 Sep 2008 15:04:17 +0400 From: Sergei Shtylyov MIME-Version: 1.0 To: benh@kernel.crashing.org Subject: Re: solution to printk() blocking interrupts? References: <9e4733910809211353k1f06fb5bi219c124d0c44b47a@mail.gmail.com> <9e4733910809211443l5638887aw856377d39fcca85c@mail.gmail.com> <48D6C8F0.4060808@ru.mvista.com> <9e4733910809211634u5b37e297pe8503f08de4f19a8@mail.gmail.com> <1222060635.12085.11.camel@pasglop> In-Reply-To: <1222060635.12085.11.camel@pasglop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello. Benjamin Herrenschmidt wrote: >>> Implementing the poll_controller() method in the network driver is usually >>> staightforward. >>> >> Good tip, the simple implementation worked. >> >> What controls this? "carrier detect appears untrustworthy, waiting 4 seconds" >> Get that fixed and this patch could be useful, >> > > Does the driver properly uses netif_carrier_on/off to signal the > system when the link is up/down ? > Looks like the answer is "no"... WBR, Sergei