[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080516.221752.201026485.davem@davemloft.net>
Date: Fri, 16 May 2008 22:17:52 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: andy@...yhouse.net
Cc: mchan@...adcom.com, netdev@...r.kernel.org, benli@...adcom.com
Subject: Re: [PATCH net-next 1/6] [BNX2]: Allow phy reset to be skipped
during chip reset.
From: Andy Gospodarek <andy@...yhouse.net>
Date: Fri, 16 May 2008 17:34:30 -0400
> On Fri, May 16, 2008 at 02:29:36PM -0700, Michael Chan wrote:
> > [BNX2]: Allow phy reset to be skipped during chip reset.
> >
> > Andy Gospodarek <andy@...yhouse.net> found that netconsole would
> > panic when resetting bnx2 devices.
> >
> > >From Andy:
> > "The issue is the bnx2_set_link in bnx2_init_nic will print a link-status
> > message before we are fully initialized and ready to start polling.
> > Polling is currently disabled in this state, but since the
> > __LINK_STATE_RX_SCHED is overloaded to not only try and disable polling
> > but also to make the system aware there is something waiting to be
> > polled, we really have to fix this in drivers.
> >
> > The problematic call is the one to netif_rx_complete as it tries to
> > remove an entry from the poll_list when there isn't one."
> >
> > While this netconsole problem should be fixed separately, we really
> > should not reset the PHY when changing ring sizes, MTU, or other
> > similar settings. The PHY reset causes several seconds of unnecessary
> > link disruptions.
> >
> > Signed-off-by: Michael Chan <mchan@...adcom.com>
> > Cc: Andy Gospodarek <andy@...yhouse.net>
>
> Acked-by: Andy Gospodarek <andy@...yhouse.net>
Applied, thanks everyone.
--
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