From owner-freebsd-current@FreeBSD.ORG Tue Oct 2 01:49:52 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9074316A419 for ; Tue, 2 Oct 2007 01:49:52 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 5F55513C468 for ; Tue, 2 Oct 2007 01:49:52 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so7608262pyb for ; Mon, 01 Oct 2007 18:49:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=i6t4nn7Tps1sfajLr72u9Co1YvfjpEBVg3cGk6ZM0NU=; b=oz4K5wRsRg/s1gFG7BNSLuq2YWRizMck7ATsR01/dAPl0rMqXFJ5l11UK8s0VLBKtIoVKhNI1U42j5yU4tJa6WtHAzT9LxPvfaPwaVyM4WEjf2qwVt6xIWXTpZScimwUiBtTltw7CHP275GUr/o/TpdkB4KvnftPOF3vSR2/5XQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=geV5NF7gWWg5fM/pTyHjNJaB5Uj3E1Kcy21hi+zdPik9DfdZU4tpgXHeNONevjEWo+5HOrJgK2fi9kZk0442uzEmNB6Gx2PE7mVbxH+gpJZbUmqTiwocbZqZkJvwOh0MxfluXx/Yp0yY9rtdTJuBVmw8yoqoQpZNnV152AOGjNw= Received: by 10.64.203.4 with SMTP id a4mr9763429qbg.1191289790722; Mon, 01 Oct 2007 18:49:50 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Mon, 1 Oct 2007 18:49:50 -0700 (PDT) Message-ID: Date: Tue, 2 Oct 2007 01:49:50 +0000 From: "Aryeh Friedman" To: pyunyh@gmail.com In-Reply-To: <20071002001252.GG18658@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071002001252.GG18658@cdnetworks.co.kr> Cc: freebsd-current@freebsd.org Subject: Re: tcpi/ip dies at random times X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 01:49:52 -0000 > I'm not sure re(4) was broken here but here is a WIP version. > Would you give it spin? > http://people.freebsd.org/~yongari/re/re.HEAD.patch Made it worse... now "all" (the two tested below, but no other sites where also tested) firefox (2.0.0.7 on gnome2/xorg7.3) pages that load multiple objects freeze up... I didn't try any other app that has multiple connections but I think it jsut can't handle multiple connections from the same app (cvsup works though). Test sites gmail and http://eztvefnet.org/frontpage.php Also significant increase in latency and number of interrupts > > It's possible that you have RTL8211 PHY and rgephy(4) needs patches > to support the PHY. If above patch doesn't help try patch at the > following URL. > http://www.f.csce.kyushu-u.ac.jp/~shigeaki/software/rgephy.20070328.fbsd7.patch > > -- > Regards, > Pyun YongHyeon >