Date: Sun, 08 Sep 2019 11:10:35 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 239240] igb: TX(2) desc avail = 1024, pidx = 0 messages appear when the network card loses ethernet link Message-ID: <bug-239240-7501-DQOZ9hgu6U@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-239240-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-239240-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239240 --- Comment #8 from 76nemo76@gmx.ch --- Finally I have compiled and installed FreeBSD Prerelease 12.1. A little bit long and painful (about 14 hours of compilation). The results are better now. It seems that if the cable is disconnected from the machine or the network switch is unplugged the connection is no more lost. However, when passing the command "ifconfig -a" the network card (where the cable is disconnected) is still marked as active. To see the igb0 card no more marked as "active", I have to pass the commands (this card is a member of a bridge) 1) ifconfig bridge0 down 2) ifconfig igb0 down 3) ifconfig -a indicates yet that the connection is no more "active" 3) ifconfig igb0 up 4) ifconfig bridge0 up Since someone has indicated that after a while when the cable is disconnected the probleam is present again, I have to do more check before being certain that this problem is really solved. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239240-7501-DQOZ9hgu6U>
