From owner-freebsd-stable@FreeBSD.ORG Thu Dec 18 07:21:25 2008 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 CDAAD1065673 for ; Thu, 18 Dec 2008 07:21:25 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4074E8FC08 for ; Thu, 18 Dec 2008 07:21:25 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [211.166.10.233]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id 13B3C28485 for ; Thu, 18 Dec 2008 15:21:24 +0800 (CST) Received: from localhost (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id 895E0EB1A81; Thu, 18 Dec 2008 15:21:23 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by localhost (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with ESMTP id ljV5eg2NTj+f; Thu, 18 Dec 2008 15:21:18 +0800 (CST) Received: from charlie.delphij.net (c-67-180-38-12.hsd1.ca.comcast.net [67.180.38.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id E3AFDEB18F0; Thu, 18 Dec 2008 15:21:16 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=vEF47vPFrHWuEgVlUgGrSkkOx9BuwLA7dVoKiNXJiigWJDYKV5p/dlk4hhzXx9sVV bJJmdN7gMffLuixWkM3gg== Message-ID: <4949F9E7.6030906@delphij.net> Date: Wed, 17 Dec 2008 23:21:11 -0800 From: Xin LI Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081125) MIME-Version: 1.0 To: nawfal@googlemail.com References: <4935069A.8060209@ec-marseille.fr> <49357BD0.4000008@delphij.net> <4935944A.9090509@ec-marseille.fr> <4935C453.8070301@delphij.net> <4935D67E.4070204@delphij.net> <4936F8C4.6090006@ec-marseille.fr> <49399FA6.3060108@delphij.net> <493CE8F7.5010204@yandex-team.ru> <3a6fb7145a0a6c8af136ea1a0824e5ed.squirrel@wettoast.dyndns.org> <493D9BC6.8050902@delphij.net> <4fe0419b44a3a4c4a28b1e60fbb3a3c8.squirrel@wettoast.dyndns.org> <56272b131067237ccabd23de5f669458.squirrel@wettoast.dyndns.org> <4944D894.6070306@delphij.net> <400809c165ecedf8a0b7bc6b569e1289.squirrel@wettoast.dyndns.org> <1229578180.6319.21.camel@nawfal-desktop> In-Reply-To: <1229578180.6319.21.camel@nawfal-desktop> X-Enigmail-Version: 0.95.7 OpenPGP: id=18EDEBA0; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable Subject: Re: RELENG_7_1: bce driver change generating too much interrupts ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2008 07:21:26 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Nawfal, Nawfal bin Mohmad Rouyan wrote: > I have been using a Dell machine with 2 bce interfaces as a bridge > between my LAN and Firewall to shape the traffic. Since after the > update, the machine can only run for a few minutes and after that no > more connection can go through. > > Ping from LAN to Internet is OK but when I telnet say to www.yahoo.com > at port 80 and issue "GET / HTTP/1.0" I can see the data of different > application including the HTML text. > > For example, I can see uTorrent packets with binaries and also the HTML > page being cut short. It's as if, I'm seeing packets jumbled together > from different application. > > I'm using PF to shape the traffic. If I reboot the server, it will panic > and I have about 3 different vmcores in /var/crash and not sure what to > do with it :( . I've tested the patch to remove > stat_IfInFramesL2FilterDiscards but the problem still occurs. The last patch is not a functional change, but a behavior change that removes the L2FilterDiscards from being counted to match previous behavior. Would you please do this: script bt.txt kgdb /boot/kernel/kernel.symbols /var/crash/vmcore.0 Then, do 'bt', press enter until all display has finished, then exit kgdb, and send me the result (bt.txt)? > As for now, I'm not using the server to shape the traffic because I > suspect the driver isn't reliable. I'm going to revert back to the > previous driver and hopes its going to work. > > Sorry if there is not much detail since I'm not sure what to provide. > Just tell me what to provide and I'd be happy to do so. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAklJ+eYACgkQi+vbBBjt66AM9wCePPUHQYhaW07lyhEzDIOqDEri da4AoKsXxzqjKZiJIAmlGaNaKmPCZboi =mdH7 -----END PGP SIGNATURE-----