From owner-freebsd-net@FreeBSD.ORG Thu Sep 4 16:16:39 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 B2EDE106566C for ; Thu, 4 Sep 2008 16:16:39 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: from acm.poly.edu (acm.poly.edu [128.238.9.200]) by mx1.freebsd.org (Postfix) with ESMTP id 4CB1A8FC15 for ; Thu, 4 Sep 2008 16:16:38 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: (qmail 36008 invoked from network); 4 Sep 2008 15:49:57 -0000 Received: from unknown (HELO ?10.0.0.135?) (spawk@128.238.64.31) by acm.poly.edu with AES256-SHA encrypted SMTP; 4 Sep 2008 15:49:57 -0000 Message-ID: <48C00372.8030600@acm.poly.edu> Date: Thu, 04 Sep 2008 11:49:06 -0400 From: Boris Kochergin User-Agent: Thunderbird 2.0.0.16 (X11/20080727) MIME-Version: 1.0 To: Eugene Grosbein 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> In-Reply-To: <47C4FB54.FF2F89EF@kuzbass.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit 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:16:39 -0000 Eugene Grosbein wrote: >> Eugene, I take it the fix that applies on Boris's case is the >> M_BCAST|M_MCAST setting on the mbuf? I would like to test/commit this. >> > > I see you have already got it :-) > > >> Also, why to you add support for adding a bridge to a lagg interface? >> > > I needed to force lagg(4) to aggregate two EtherIP tunnels and now > I have it working :-) > > Eugene > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > 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. -Boris