From owner-freebsd-ipfw@FreeBSD.ORG Sat Mar 21 14:04:32 2009 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27FDD1065670 for ; Sat, 21 Mar 2009 14:04:32 +0000 (UTC) (envelope-from qwe@qwe.net.ua) Received: from mail.qwe.net.ua (qwe.net.ua [80.245.118.211]) by mx1.freebsd.org (Postfix) with ESMTP id 7DED08FC22 for ; Sat, 21 Mar 2009 14:04:31 +0000 (UTC) (envelope-from qwe@qwe.net.ua) Received: from localhost (localhost.qwe.net.ua [127.0.0.1]) by mail.qwe.net.ua (Postfix) with ESMTP id 90921CBD0 for ; Sat, 21 Mar 2009 16:04:30 +0200 (EET) Received: from mail.qwe.net.ua ([127.0.0.1]) by localhost (qwe.net.ua [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7ggv7drUWJUP for ; Sat, 21 Mar 2009 16:04:27 +0200 (EET) Received: from [10.2.1.1] (unknown [10.2.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.qwe.net.ua (Postfix) with ESMTP id 64A2DC812 for ; Sat, 21 Mar 2009 16:04:27 +0200 (EET) Message-ID: <49C4F3EE.2080903@qwe.net.ua> Date: Sat, 21 Mar 2009 16:04:30 +0200 From: Eugene L Kovalenja User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: freebsd-ipfw@freebsd.org References: <49C04CA3.1070100@qwe.net.ua> <49C35EB3.6040508@FreeBSD.org> In-Reply-To: <49C35EB3.6040508@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: FreeBSD 7.0: dummynet 99% cpu X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Mar 2009 14:04:32 -0000 Sergey Matveyhcuk пишет: > Could you test an included patch? > > Eugene L Kovalenja wrote: >> >> Time in three days traffic via ipfw doesn't go. In top: >> 21 root 1 -44 - 0K 8K WAIT 7 2:15 99.02% >> dummynet >> (this is example, not copy\paste) >> >> Also sw1: net increases from 5-10% to 30-35%... >> >> I am helped only by reboot. >> >> In what can consist the problem? >> > > ------------------------------------------------------------------------ > > _______________________________________________ > freebsd-ipfw@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw > To unsubscribe, send any mail to "freebsd-ipfw-unsubscribe@freebsd.org" Hello. Thank you for this patch. After kernel patching trouble changes: Mar 21 13:58:45 taurus kernel: bge0: watchdog timeout -- resetting Mar 21 13:58:45 taurus kernel: bge0: link state changed to DOWN In top utility 99% cpu on irq bge0. Changing of network adapter (on board 2 adapters: bge0 && bge1) didn't decide problem. my /boot/loader.conf [root@taurus /usr/home/login]# cat /boot/loader.conf kern.ipc.maxpipekva=67108864 net.graph.maxalloc=2048 #vm.kmem_size_max="512M" #vm.kmem_size="512M" kern.maxusers="512" :(