From owner-freebsd-net@FreeBSD.ORG Mon Nov 17 03:46:31 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 74FC41065673 for ; Mon, 17 Nov 2008 03:46:31 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id 3BCFA8FC1A for ; Mon, 17 Nov 2008 03:46:31 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2155670rvf.43 for ; Sun, 16 Nov 2008 19:46:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=zUXKAKHmhxdV2aSyZMfUwziEtI9Yio2nlmlHIT2YkF0=; b=VEIoYpKxQlqz3rHlAyXZcMJM5Y/CXVvIIxz06rxPoBA4kIaMbJoeUQ+F3oKE5B9WGX 3+lH+jeeVH0EbN7GmnSZOoJJLTCsRz7Pqbnjz7e1KRGZONYGvdGj4c5UY3UwoqdaXywb acs0jbzwPjvPLO0xEum83U2cKFXyiOn472z9Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=ZKmGbWP+Hh1Y3bYhjuI7zSSXJLLbY58hrT76Ca1PCXbyFoXf6YX4FqswFlSSQMC3Po VqBenlqwhDVbvOx6Jpq6hZmJ4bvl0ZP2cm6L5hfmh8XgnRSi26VMS+3K+FnZDDX2E+AV hC4D5uTXHkQdETik39HZzjctRcwa9CcuHsj9E= Received: by 10.140.164.1 with SMTP id m1mr1990006rve.212.1226893590768; Sun, 16 Nov 2008 19:46:30 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id f42sm5615969rvb.6.2008.11.16.19.46.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 16 Nov 2008 19:46:29 -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 mAH3iSkl051637 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 17 Nov 2008 12:44:28 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id mAH3iS9f051636; Mon, 17 Nov 2008 12:44:28 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 17 Nov 2008 12:44:28 +0900 From: Pyun YongHyeon To: Gabriel Lavoie Message-ID: <20081117034428.GG50872@cdnetworks.co.kr> References: <957411.42240.qm@web39101.mail.mud.yahoo.com> <20081117023024.GE50872@cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: bf , freebsd-net@freebsd.org Subject: Re: Realtek 8139 with rl(4) driver -> Poor performance X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2008 03:46:31 -0000 On Sun, Nov 16, 2008 at 10:03:15PM -0500, Gabriel Lavoie wrote: > All right! rl(4) from HEAD solved my problem! I now get a solid 11.2 MB/sec > file transfer, on both directions. I found about this problem because my > Samba share was too slow. The Samba problem is solved. > Glad to hear that. :-) > Thanks! > > 2008/11/16 Pyun YongHyeon > > > On Sun, Nov 16, 2008 at 06:26:34PM -0800, bf wrote: > > > > > > > There was a bus_dma(9) bug in rl(4) and it was fixed in HEAD. > > > > How about rl(4) in HEAD? I guess it would build with minor > > > > modification. > > > > > > > > -- > > > > Regards, > > > > Pyun YongHyeon > > > > > > I meant to ask about this: I think you are referring to r184240-3 > > committed > > > around Oct. 25, partly in response to PR kern/128143, right? Is there > > any > > > > Yes. > > > > > plan to merge these changes to RELENG_7, either before or after the > > > release of 7.1? > > > > > > > I'll MFC the change after 7.1-RELEASE. > > Did the change set r184240 fix your issue? > > > > -- -- Regards, Pyun YongHyeon