From owner-freebsd-stable@FreeBSD.ORG Thu Nov 15 20:03:49 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8EBE16A417 for ; Thu, 15 Nov 2007 20:03:49 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 42BB713C47E for ; Thu, 15 Nov 2007 20:03:48 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so590291nfb for ; Thu, 15 Nov 2007 12:03:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=QHvkvS5GEj2pOYim/eDH0iv+aIwmmsEtwna9JQiV0HE=; b=rXsGKVR5zZhir9AG4HYWYDPaxV0ozR7QFiz4vEtWo4EVgJQK5HVcZW+I6xBolJwoB2wEhUMjhDvqgIHa4ON5u/GY1aJXvf0ZxVxfrfFN64ba7V9lRHCMCmQWTah+ciMI+FQEmWx1Ye8Q2u82KzOzithGVeSHNi6EoccEQO4fRSY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cBAxFfDHfDYua5Q8gUQZNMtFxEh/3QHfdpSwu3gb4jgeaYNLarazPioKG7gbyOp40aTT+WMbUsFyFFpFI6t8b6crOxcXS6YJ/w0+pL/Wb9+9zwkA8jG5528OjbdUBSbUzX/jm9QcUAElNRwSsdK1gyKnaihwYU4aSkodthCdHDc= Received: by 10.86.58.3 with SMTP id g3mr963908fga.1195157026603; Thu, 15 Nov 2007 12:03:46 -0800 (PST) Received: by 10.86.100.19 with HTTP; Thu, 15 Nov 2007 12:03:46 -0800 (PST) Message-ID: <2a41acea0711151203t232b515ic48bf9dcdaf57640@mail.gmail.com> Date: Thu, 15 Nov 2007 12:03:46 -0800 From: "Jack Vogel" To: lev@freebsd.org In-Reply-To: <875809296.20071115225240@serebryakov.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44941699.20071115221850@serebryakov.spb.ru> <2a41acea0711151146j497529c9m3299d2e2cc6fcb64@mail.gmail.com> <875809296.20071115225240@serebryakov.spb.ru> Cc: freebsd-stable@freebsd.org Subject: Re: Re[2]: 6.3-PRERELEASE: interrupt storm detected on "irq11:"; throttling interrupt source, (irq11 is em0) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2007 20:03:49 -0000 On Nov 15, 2007 11:52 AM, Lev Serebryakov wrote: > Hello, Jack. > You wrote 15 ?????? 2007 ?., 22:46:59: > > (after loading drivers for my X100P Zaptel voice card, but it doesn't > change anything). > > > vmstat -i > interrupt total rate > irq0: clk 2956764 999 > irq6: wcfxo0 85000 28 > irq7: ppc0 1 0 > irq8: rtc 378406 127 > irq10: fxp0 37732 12 > irq11: em0 2957170 999 > irq12: ath0 64647 21 > irq14: ata0 12713 4 > irq15: ata1 18 0 > Total 6492451 2194 > > > Disconnect the cable from it when you boot, also pciconf -l > > em0@pci0:12:0: class=0x020000 card=0x002e8086 chip=0x100e8086 rev=0x02 hdr=0x00 > > Cable was disconnected... > > > to see what type adapter it is. > > > This is storming before you assign it an address? > It seems so, because the first message in `dmesg' is BEFORE > > ipfw2 initialized, divert loadable, rule-based forwarding disabled, default to deny, logging disabled > > and RIGHT AFTER "Trying to mount root from ufs:/dev/ad0s1a". > > BTW, card WORKS in such conditions: I can connect cable, and ping > this interface (this is head-less computer, I access it through wi-fi > from my notebook while wired network is stopped). Yes, sometimes the rate of interrupts just is higher than the system sets the storm threshhold, for 10G we need to up the system threshhold. sysctl hw.intr_storm_threshold In this old of an adapter though seems more likely something is wrong. Let me see if our test group can dig up this adapter and try it. Jack