From owner-freebsd-net@FreeBSD.ORG Mon Jul 11 12:08:46 2011 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C231A106566B for ; Mon, 11 Jul 2011 12:08:46 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (unknown [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id 2A9B48FC14 for ; Mon, 11 Jul 2011 12:08:45 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.4/8.14.4) with ESMTP id p6BC8fww079484; Mon, 11 Jul 2011 19:08:41 +0700 (NOVST) (envelope-from egrosbein@rdtc.ru) Message-ID: <4E1AE7C4.60609@rdtc.ru> Date: Mon, 11 Jul 2011 19:08:36 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: Vlad Galu References: <4E1AE1AD.4020907@rdtc.ru> <833EECF8-245B-4085-B853-AC753DBE0D19@dudu.ro> <4E1AE3C8.8030708@rdtc.ru> <30BDDC28-275C-4DAA-9AC8-621F36A19D3B@dudu.ro> In-Reply-To: <30BDDC28-275C-4DAA-9AC8-621F36A19D3B@dudu.ro> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: "net@freebsd.org" Subject: Re: Repeating kernel panic within dummynet X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2011 12:08:46 -0000 11.07.2011 19:02, Vlad Galu пишет: > net.isr.bindthreads=1 > > I'm not sure how and if that would help your particular setup, but it did so in Adrian Minta's recent netgraph/mpd experiments. According to an off-list chat I had with him, the machine would panic unless the ISRs were bound. I disable ISR parallelism for my mpd routers using: net.isr.direct=1 net.isr.direct_force=1 At the other hand, there are other queues where traffic got delayed, not ISR only. Dummynet itself is an example. The router still panices with INVARIANTS too often. Eugene Grosbein