From owner-freebsd-net@FreeBSD.ORG Thu Sep 4 16:49:57 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 902851065674 for ; Thu, 4 Sep 2008 16:49:57 +0000 (UTC) (envelope-from eugen@kuzbass.ru) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.freebsd.org (Postfix) with ESMTP id C05418FC18 for ; Thu, 4 Sep 2008 16:49:56 +0000 (UTC) (envelope-from eugen@kuzbass.ru) Received: from www.svzserv.kemerovo.su (eugen@localhost [127.0.0.1]) by www.svzserv.kemerovo.su (8.13.8/8.13.8) with ESMTP id m84Gnomm078794; Fri, 5 Sep 2008 00:49:50 +0800 (KRAST) (envelope-from eugen@www.svzserv.kemerovo.su) Received: (from eugen@localhost) by www.svzserv.kemerovo.su (8.13.8/8.13.8/Submit) id m84GnnP7078793; Fri, 5 Sep 2008 00:49:49 +0800 (KRAST) (envelope-from eugen) Date: Fri, 5 Sep 2008 00:49:49 +0800 From: Eugene Grosbein To: Boris Kochergin Message-ID: <20080904164949.GA76939@svzserv.kemerovo.su> References: <47C428EC.3090909@acm.poly.edu> <20080226162307.GA80931@svzserv.kemerovo.su> <47C4439A.9050502@acm.poly.edu> <20080226175616.GC1509@heff.fud.org.nz> <47C4FB54.FF2F89EF@kuzbass.ru> <48C00372.8030600@acm.poly.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48C00372.8030600@acm.poly.edu> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org, Andrew Thompson Subject: Re: if_gif/if_bridge problem 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: Thu, 04 Sep 2008 16:49:57 -0000 On Thu, Sep 04, 2008 at 11:49:06AM -0400, Boris Kochergin wrote: > Ahoy. I've been using the patch for a while, and, recently, when the > load on the wireless network I needed it for has increased, I've started > getting kernel panics that I think the patch is responsible for. The > panics are usually foreshadowed by messages in the style of "Sep 3 > 11:34:14 unique kernel: delayed m_pullup, m->len: 22 off: 38333 p: 97" > in the kernel buffer. I like to think that I've eliminated the > possibility of bad hardware by changing the motherboard, memory, and > Ethernet controllers in the machine, and have tried both Eugene's > original patchset and the one that was committed to 7-STABLE, with the > same ill effects. Any ideas about what might be wrong, or shall I set > about getting a backtrace? Thanks. Yes, you should. And I think you no more need my patches after Andrew's fixes to gif(4). But if you need my changes to lagg(4), you should now use version corrected to apply to recent RELENG_7: ftp://www.kuzbass.ru/pub/freebsd/lagg-0.2.tgz There were no functional changes, only context changes after Anrew's commit. Eugene Grosbein