From owner-freebsd-current@FreeBSD.ORG Tue Nov 20 08:33:30 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 D956A16A46C for ; Tue, 20 Nov 2007 08:33:30 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id ABF4E13C45D for ; Tue, 20 Nov 2007 08:33:30 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2423212waf for ; Tue, 20 Nov 2007 00:33:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=U7JThhlsMq/cFTMOTkKGYQYebnBsuw5CBxIzuhnxrz4=; b=iliCAAj35U834MY4h/U+ImfDqvvnC3k9v43XGXDK0hm7rW4l5byFVFqymrc3O2eEYqoOrxTdHyJydDuCAwEldYK8OWP6Bqab9iooSZvt9ETGzBQizbSDRh+ibyicjWNkYwleDH/BBUTqlgblhls9MXJkT/0d7W+LPw7JxIG4t0k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=QNRbJZNGn8wJgXB6jL7OWr2K3h5REUOpEqF1aruAhltKxNn5cj6nVdfaBrqqGPLIwLPxcdEp16HSCVHAhXxGxan73uqNQJ8pNfptK7MCcjUmWAeRqSVGCLpzOumoNdUdYWbgKdHdPHLqZsDIKzPKJg1r+rjW/JifgU+ailFwPgQ= Received: by 10.115.54.1 with SMTP id g1mr42196wak.1195547600410; Tue, 20 Nov 2007 00:33:20 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id n32sm10312153wag.2007.11.20.00.33.16 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Nov 2007 00:33:18 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id lAK8VZOM011127 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Nov 2007 17:31:35 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id lAK8VZHM011126; Tue, 20 Nov 2007 17:31:35 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 20 Nov 2007 17:31:35 +0900 From: Pyun YongHyeon To: "Aryeh M. Friedman" Message-ID: <20071120083135.GB9777@cdnetworks.co.kr> References: <474288AE.1040106@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <474288AE.1040106@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: who do I report this to? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2007 08:33:30 -0000 On Tue, Nov 20, 2007 at 02:11:42AM -0500, Aryeh M. Friedman wrote: > > Who do I report the following issue to (it falls into at least 3 camps)? > > If I am downloading a torrent in deluge 0.5.6.2_1 *AND* am logged into > gmail (*WITH* a chat open) my network connection looses about 90% of > it's capacity (for all applications), re(4) with the following: > > rgephy0: PHY 1 on miibus0 > rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > 1000baseT-FDX, auto > > After some experimenting this problem *only* occurs under the above > conditions. > > Addtional info: > > gnome 2.20.1 > nv driver (latest) > Xorg 7.3 > Would you show me more details(network configuration)? Since re(4) is involved here I'd like to know what caused the issue. If you disable checksum offload does it get better performance?(#ifconfig re0 -txcsum) Btw, you wouldn't get correct performance number with P2P software because there are too many factors there. Check other network benchmark tools in ports. [Because you seem to use current, all other lists except current in CC were removed.] -- Regards, Pyun YongHyeon