Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIX enabled

2011-10-27 Thread Emil Muratov
Hi, Can yan you pls post the output of these command _when_ the problem happens? uname -a sysctl dev.em netstat -ind ifconfig Hi Hooman Here is what I've got when the script triggered just in time when the interface was locked 11.10.26-23:39:10 ... interface em0 is down... FreeBSD

Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIX enabled

2011-10-27 Thread Emil Muratov
Hi All, I've got almost the same problem with intel 82574L based nic. My platform is nvidia ion running Atom 1.6 and nic is an external PCI-express adapter. Unlike Jason's case mine is always stuck in receiving traffic, it's Ierrs increasing while Ipkts not. Thanks to Jason's script I can see

Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIX enabled

2011-10-27 Thread Hooman Fazaeli
On 10/27/2011 9:59 AM, Emil Muratov wrote: Hi Hooman Here is what I've got when the script triggered just in time when the interface was locked 11.10.26-23:39:10 ... interface em0 is down... FreeBSD ion.hotplug.ru 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu Oct 20 20:20:25 MSD 2011

Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIX enabled

2011-10-27 Thread Lev Serebryakov
Hello, Mike. You wrote 7 октября 2011 г., 19:06:34: This sure sounds like the issue I was seeing with the 7.1.9 driver... However, it has been fixed for me by going to 7.2.3, which is in RELENG_8. Is it possible you have a couple of issues going on since you are using lagg as well ?

Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIXenabled

2011-10-27 Thread Steven Hartland
What did netstat -m show? Regards Steve - Original Message - From: Lev Serebryakov l...@freebsd.org To: Mike Tancsa m...@sentex.net Cc: freebsd-net@freebsd.org Sent: Thursday, October 27, 2011 10:26 AM Subject: Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when

Re[2]: PCI-E VT6130 NIC (if_vge) hang system with gigabit link

2011-10-27 Thread Andrey Smagin
26 октября 2011, 20:49 от YongHyeon PYUN pyu...@gmail.com: On Wed, Oct 26, 2011 at 01:49:14PM +0400, Andrey Smagin wrote: Hi ! vge0@pci0:2:0:0:class=0x02 card=0x01101106 chip=0x31191106 rev=0x82 hdr=0x00 vendor = 'VIA Technologies, Inc.' device =

Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIXenabled

2011-10-27 Thread Lev Serebryakov
Hello, Steven. You wrote 27 октября 2011 г., 13:49:29: What did netstat -m show? Nothing criminal :( 13414/2921/16335 mbufs in use (current/cache/total) 4997/533/5530/204800 mbuf clusters in use (current/cache/total/max) 4626/329 mbuf+clusters out of packet secondary zone in use

Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIX enabled

2011-10-27 Thread Emil Muratov
Hi Hooman Here is what I've got when the script triggered just in time when the interface was locked 11.10.26-23:39:10 ... interface em0 is down... FreeBSD ion.hotplug.ru 8.2-STABLE FreeBSD 8.2-STABLE #0: Thu Oct 20 20:20:25 MSD 2011 r...@epia.home

Re: Intel 82574L interface wedging on em 7.1.9/7.2.3 when MSIX enabled

2011-10-27 Thread Arnaud Lacombe
Hi, On Thu, Oct 27, 2011 at 2:29 AM, Emil Muratov g...@hotplug.ru wrote: Hi, Can yan you pls post the output of these command _when_ the problem happens? uname -a sysctl dev.em netstat -ind ifconfig Hi Hooman Here is what I've got when the script triggered just in time when the

Re: SCTP : problems in sending ASCONF chunks

2011-10-27 Thread Michael Tüxen
OK, please try two fixes: http://svn.freebsd.org/changeset/base/226868 This fixes a problem which resulted in the ASCONF chunks not being sent. http://svn.freebsd.org/changeset/base/226869 This fixes a problem which resulted in the path confirmation chunks being sent to the wrong destination and

Re: 9.0-RC1 panic in tcp_input: negative winow.

2011-10-27 Thread Lawrence Stewart
On 10/26/11 22:53, John Baldwin wrote: On Wednesday, October 26, 2011 3:54:31 am Pawel Jakub Dawidek wrote: On Mon, Oct 24, 2011 at 08:14:22AM -0400, John Baldwin wrote: On Sunday, October 23, 2011 11:58:28 am Pawel Jakub Dawidek wrote: On Sun, Oct 23, 2011 at 11:44:45AM +0300, Kostik

Re: 9.0-RC1 panic in tcp_input: negative winow.

2011-10-27 Thread Pawel Jakub Dawidek
On Fri, Oct 28, 2011 at 11:29:34AM +1100, Lawrence Stewart wrote: On 10/26/11 22:53, John Baldwin wrote: The assertion would be triggered when the next packet arrives (as I said above). Try modifying your debugging output to also log if the ACK is delayed. I suspect it is not delayed