Date: Mon, 22 Feb 2010 14:43:57 -0700 From: "Kirk Davis" <kirk.davis@epsb.ca> To: "Mike Tancsa" <mike@sentex.net>, "Jack Vogel" <jfvogel@gmail.com> Cc: freebsd-net@freebsd.org Subject: RE: Intel em0: watchdog timeout Message-ID: <529374128DC1B04D9D037911B8E8F05301C17A56@Exchange26.EDU.epsb.ca> In-Reply-To: <201002222107.o1ML7v3Z059734@lava.sentex.ca> References: <529374128DC1B04D9D037911B8E8F05301C17A51@Exchange26.EDU.epsb.ca> <43416_1266864062_4B82CFBE_43416_81_1_2a41acea1002221043k1b8742c9m8fb484a8e8a4fdda@mail.gmail.com> <529374128DC1B04D9D037911B8E8F05301C17A54@Exchange26.EDU.epsb.ca> <43669_1266865888_4B82D6E0_43669_263_1_2a41acea1002221113v26804200q4f3971c3359dffab@mail.gmail.com> <529374128DC1B04D9D037911B8E8F05301C17A55@Exchange26.EDU.epsb.ca> <201002222107.o1ML7v3Z059734@lava.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
=20 > -----Original Message----- > From: Mike Tancsa [mailto:mike@sentex.net]=20 > Subject: Re: Intel em0: watchdog timeout >=20 > At 03:46 PM 2/22/2010, Kirk Davis wrote: > >Does this need to be done in loader.conf? It doesn't seem=20 > to take from > >the command line. > ># sysctl dev.em.2.stats=3D1 > >dev.em.2.stats: -1 -> -1 > > > ># sysctl dev.em.2.stats > >dev.em.2.stats: -1 >=20 > Hi, > After you issue those commands, the driver will spit out a=20 > lot of useful stats to syslog. It will report something like the=20 > following in /var/log/messages >=20 > Feb 22 16:06:31 offsite kernel: em0: Excessive collisions =3D 0 > Feb 22 16:06:31 offsite kernel: em0: Sequence errors =3D 0 > Feb 22 16:06:31 offsite kernel: em0: Defer count =3D 0 > Feb 22 16:06:31 offsite kernel: em0: Missed Packets =3D 0 > Feb 22 16:06:31 offsite kernel: em0: Receive No Buffers =3D 0 > Feb 22 16:06:31 offsite kernel: em0: Receive Length Errors =3D 0 > Feb 22 16:06:31 offsite kernel: em0: Receive errors =3D 0 > Feb 22 16:06:31 offsite kernel: em0: Crc errors =3D 0 > Feb 22 16:06:31 offsite kernel: em0: Alignment errors =3D 0 > Feb 22 16:06:31 offsite kernel: em0: Collision/Carrier=20 > extension errors =3D 0 > Feb 22 16:06:31 offsite kernel: em0: RX overruns =3D 0 > Feb 22 16:06:31 offsite kernel: em0: watchdog timeouts =3D 0 > Feb 22 16:06:31 offsite kernel: em0: RX MSIX IRQ =3D 0 TX MSIX IRQ =3D = 0=20 > LINK MSIX IRQ =3D 0 > Feb 22 16:06:31 offsite kernel: em0: XON Rcvd =3D 0 > Feb 22 16:06:31 offsite kernel: em0: XON Xmtd =3D 0 > Feb 22 16:06:31 offsite kernel: em0: XOFF Rcvd =3D 0 > Feb 22 16:06:31 offsite kernel: em0: XOFF Xmtd =3D 0 > Feb 22 16:06:31 offsite kernel: em0: Good Packets Rcvd =3D 2559032551 > Feb 22 16:06:31 offsite kernel: em0: Good Packets Xmtd =3D 1568751141 > Feb 22 16:06:31 offsite kernel: em0: TSO Contexts Xmtd =3D 0 > Feb 22 16:06:31 offsite kernel: em0: TSO Contexts Failed =3D 0 Thanks Mike and Jack. I don't know why I didn'ty notice the output in /var/log/messages Here is the output for the two interfaces that are causing this issue. Feb 22 13:33:52 inet-gw kernel: em0: Excessive collisions =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: Sequence errors =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: Defer count =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: Missed Packets =3D 24296 Feb 22 13:33:52 inet-gw kernel: em0: Receive No Buffers =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: Receive Length Errors =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: Receive errors =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: Crc errors =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: Alignment errors =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: Collision/Carrier extension errors =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: RX overruns =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: watchdog timeouts =3D 6 Feb 22 13:33:52 inet-gw kernel: em0: RX MSIX IRQ =3D 0 TX MSIX IRQ =3D 0 LINK MSIX IRQ =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: XON Rcvd =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: XON Xmtd =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: XOFF Rcvd =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: XOFF Xmtd =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: Good Packets Rcvd =3D 424303810 Feb 22 13:33:52 inet-gw kernel: em0: Good Packets Xmtd =3D 576529136 Feb 22 13:33:52 inet-gw kernel: em0: TSO Contexts Xmtd =3D 0 Feb 22 13:33:52 inet-gw kernel: em0: TSO Contexts Failed =3D 0 Feb 22 13:34:12 inet-gw kernel: em2: Excessive collisions =3D 0 Feb 22 13:34:12 inet-gw kernel: em2: Sequence errors =3D 0 Feb 22 13:34:12 inet-gw kernel: em2: Defer count =3D 20 Feb 22 13:34:12 inet-gw kernel: em2: Missed Packets =3D 68059 Feb 22 13:34:12 inet-gw kernel: em2: Receive No Buffers =3D 275612 Feb 22 13:34:12 inet-gw kernel: em2: Receive Length Errors =3D 0 Feb 22 13:34:12 inet-gw kernel: em2: Receive errors =3D 0 Feb 22 13:34:12 inet-gw kernel: em2: Crc errors =3D 0 Feb 22 13:34:12 inet-gw kernel: em2: Alignment errors =3D 0 Feb 22 13:34:12 inet-gw kernel: em2: Collision/Carrier extension errors =3D 0 Feb 22 13:34:12 inet-gw kernel: em2: RX overruns =3D 17 Feb 22 13:34:12 inet-gw kernel: em2: watchdog timeouts =3D 38 Feb 22 13:34:12 inet-gw kernel: em2: RX MSIX IRQ =3D 0 TX MSIX IRQ =3D 0 LINK MSIX IRQ =3D 0 Feb 22 13:34:12 inet-gw kernel: em2: XON Rcvd =3D 21 Feb 22 13:34:12 inet-gw kernel: em2: XON Xmtd =3D 8344 Feb 22 13:34:12 inet-gw kernel: em2: XOFF Rcvd =3D 30 Feb 22 13:34:12 inet-gw kernel: em2: XOFF Xmtd =3D 9159 Feb 22 13:34:12 inet-gw kernel: em2: Good Packets Rcvd =3D 713607509 Feb 22 13:34:12 inet-gw kernel: em2: Good Packets Xmtd =3D 569694020 Feb 22 13:34:12 inet-gw kernel: em2: TSO Contexts Xmtd =3D 0 Feb 22 13:34:12 inet-gw kernel: em2: TSO Contexts Failed =3D 0 Feb 22 13:35:10 inet-gw kernel: em2: Excessive collisions =3D 0 Feb 22 13:35:10 inet-gw kernel: em2: Sequence errors =3D 0 Feb 22 13:35:10 inet-gw kernel: em2: Defer count =3D 20 Feb 22 13:35:10 inet-gw kernel: em2: Missed Packets =3D 68059 Feb 22 13:35:10 inet-gw kernel: em2: Receive No Buffers =3D 275612 Feb 22 13:35:10 inet-gw kernel: em2: Receive Length Errors =3D 0 Feb 22 13:35:10 inet-gw kernel: em2: Receive errors =3D 0 Feb 22 13:35:10 inet-gw kernel: em2: Crc errors =3D 0 Feb 22 13:35:10 inet-gw kernel: em2: Alignment errors =3D 0 Feb 22 13:35:10 inet-gw kernel: em2: Collision/Carrier extension errors =3D 0 Feb 22 13:35:10 inet-gw kernel: em2: RX overruns =3D 17 Feb 22 13:35:10 inet-gw kernel: em2: watchdog timeouts =3D 38 Feb 22 13:35:10 inet-gw kernel: em2: RX MSIX IRQ =3D 0 TX MSIX IRQ =3D 0 LINK MSIX IRQ =3D 0 Feb 22 13:35:10 inet-gw kernel: em2: XON Rcvd =3D 21 Feb 22 13:35:10 inet-gw kernel: em2: XON Xmtd =3D 8344 Feb 22 13:35:10 inet-gw kernel: em2: XOFF Rcvd =3D 30 Feb 22 13:35:10 inet-gw kernel: em2: XOFF Xmtd =3D 9159 Feb 22 13:35:10 inet-gw kernel: em2: Good Packets Rcvd =3D 715555016 Feb 22 13:35:10 inet-gw kernel: em2: Good Packets Xmtd =3D 571157561 Feb 22 13:35:10 inet-gw kernel: em2: TSO Contexts Xmtd =3D 0 Feb 22 13:35:10 inet-gw kernel: em2: TSO Contexts Failed =3D 0 Feb 22 13:39:12 inet-gw kernel: em2: Excessive collisions =3D 0 Feb 22 13:39:12 inet-gw kernel: em2: Sequence errors =3D 0 Feb 22 13:39:12 inet-gw kernel: em2: Defer count =3D 20 Feb 22 13:39:12 inet-gw kernel: em2: Missed Packets =3D 68059 Feb 22 13:39:12 inet-gw kernel: em2: Receive No Buffers =3D 275612 Feb 22 13:39:12 inet-gw kernel: em2: Receive Length Errors =3D 0 Feb 22 13:39:12 inet-gw kernel: em2: Receive errors =3D 0 Feb 22 13:39:12 inet-gw kernel: em2: Crc errors =3D 0 Feb 22 13:39:12 inet-gw kernel: em2: Alignment errors =3D 0 Feb 22 13:39:12 inet-gw kernel: em2: Collision/Carrier extension errors =3D 0 Feb 22 13:39:12 inet-gw kernel: em2: RX overruns =3D 17 Feb 22 13:39:12 inet-gw kernel: em2: watchdog timeouts =3D 38 Feb 22 13:39:12 inet-gw kernel: em2: RX MSIX IRQ =3D 0 TX MSIX IRQ =3D 0 LINK MSIX IRQ =3D 0 Feb 22 13:39:12 inet-gw kernel: em2: XON Rcvd =3D 21 Feb 22 13:39:12 inet-gw kernel: em2: XON Xmtd =3D 8344 Feb 22 13:39:12 inet-gw kernel: em2: XOFF Rcvd =3D 30 Feb 22 13:39:12 inet-gw kernel: em2: XOFF Xmtd =3D 9159 Feb 22 13:39:12 inet-gw kernel: em2: Good Packets Rcvd =3D 723521981 Feb 22 13:39:12 inet-gw kernel: em2: Good Packets Xmtd =3D 577211431 Feb 22 13:39:12 inet-gw kernel: em2: TSO Contexts Xmtd =3D 0 Feb 22 13:39:12 inet-gw kernel: em2: TSO Contexts Failed =3D 0 Can this be the problem? "Receive No Buffers =3D 275612" ---- Kirk Kirk Davis Senior Network Analyst, ITS Edmonton Public Schools One Kingsway Ave.=20 Edmonton, Alberta, Canada T5H 4G9 phone: 1-780-429-8308
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?529374128DC1B04D9D037911B8E8F05301C17A56>