From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751262AbeDYDaU (ORCPT ); Tue, 24 Apr 2018 23:30:20 -0400 Received: from mail-pf0-f181.google.com ([209.85.192.181]:42138 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751110AbeDYDaR (ORCPT ); Tue, 24 Apr 2018 23:30:17 -0400 X-Google-Smtp-Source: AIpwx4/0H8qFsJmpo/Cj4zUngN9mr6NTK/KqWG2vsSjxMKUbgay1QFXvV8sKBxkLQ3hQpbVK6o9pmg== Date: Tue, 24 Apr 2018 20:30:13 -0700 From: Richard Cochran To: Alexander Duyck Cc: Holger Schurig , Jeff Kirsher , intel-wired-lan , LKML Subject: Re: [BUG] igb: reconnecting of cable not always detected Message-ID: <20180425033013.wsguf6w36zeua3mw@localhost> References: <87h8o0ocul.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 24, 2018 at 11:09:02AM -0700, Alexander Duyck wrote: > On Tue, Apr 24, 2018 at 8:14 AM, Holger Schurig wrote: > > Sometimes, plugging the cable back in is detected ... > > > > [ 43.736922] igb 0000:02:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX > > > > ... but sometimes this is *NOT* detected. I can put the cable in and > > even after two minutes nothing has been detected. > > > > But when I run "rmmod igb" followed by "modpobe igb", the link is > > detected again: FWIW, I have noticed over the past months (or even years?) that my i210 cards (or the igb driver) also fail to detect link changes after a few physical link interruptions. I never bothered to try and debug this, but it is super annoying. Thanks, Richard From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Cochran Date: Tue, 24 Apr 2018 20:30:13 -0700 Subject: [Intel-wired-lan] [BUG] igb: reconnecting of cable not always detected In-Reply-To: References: <87h8o0ocul.fsf@gmail.com> Message-ID: <20180425033013.wsguf6w36zeua3mw@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On Tue, Apr 24, 2018 at 11:09:02AM -0700, Alexander Duyck wrote: > On Tue, Apr 24, 2018 at 8:14 AM, Holger Schurig wrote: > > Sometimes, plugging the cable back in is detected ... > > > > [ 43.736922] igb 0000:02:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX > > > > ... but sometimes this is *NOT* detected. I can put the cable in and > > even after two minutes nothing has been detected. > > > > But when I run "rmmod igb" followed by "modpobe igb", the link is > > detected again: FWIW, I have noticed over the past months (or even years?) that my i210 cards (or the igb driver) also fail to detect link changes after a few physical link interruptions. I never bothered to try and debug this, but it is super annoying. Thanks, Richard