From owner-freebsd-current@FreeBSD.ORG Fri Jan 18 08:26:20 2008 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 DEF0F16A468 for ; Fri, 18 Jan 2008 08:26:20 +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 7D3D313C448 for ; Fri, 18 Jan 2008 08:26:20 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1603852waf.3 for ; Fri, 18 Jan 2008 00:26:20 -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=wk2oUIRcJplhS4Mr4eSkR7GTCpZHCrPdr0ocnG5sXoA=; b=Vqk6Grqe6HzR2YcR7xsRBvdlTEp4c4Vpje3vt3XhaMl55xrxydJIlApwucovpXvPCxBbkSe30a8lwzhHjSnlIaPdYSLIyG+rPWTSqHvfX0I7rCpo4a91E8hXIBts35rSDFPykQRsvEyd0ziHla9vSceKCc604u2KSds5tWnhJKo= 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=bbbK1o9Z+IIiiC3WDOS3+TX930k7qjLXyaSPPJD5G6PFMKSd6fZdWJZjIv1g/5DPr6LmUbyrfi5PGsYTNIBfGRgd9W0Zt1ywpynoEltK8O0bQhdY/VCNAj+MTRL2CfZ2cHQhwAZc5mMcbGRMPjm8CY+YMt+Qdm9T0L9kuq7QmjA= Received: by 10.114.148.1 with SMTP id v1mr3620075wad.21.1200644780125; Fri, 18 Jan 2008 00:26:20 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id m40sm6802816waf.16.2008.01.18.00.26.17 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 18 Jan 2008 00:26:19 -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 m0I8QDm8094283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 18 Jan 2008 17:26:13 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m0I8Q91s094282; Fri, 18 Jan 2008 17:26:09 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 18 Jan 2008 17:26:09 +0900 From: Pyun YongHyeon To: Chris Poulsen Message-ID: <20080118082609.GA93423@cdnetworks.co.kr> References: <476EE604.2070809@nesluop.dk> <20071225234723.GA1018@cdnetworks.co.kr> <4772D649.3010001@nesluop.dk> <20071227002252.GE1018@cdnetworks.co.kr> <20080116012154.GB84758@cdnetworks.co.kr> <478E7DF3.4080908@nesluop.dk> <20080117014013.GA89210@cdnetworks.co.kr> <478F98D7.5040007@nesluop.dk> <20080118010100.GC92718@cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080118010100.GC92718@cdnetworks.co.kr> User-Agent: Mutt/1.4.2.1i Cc: kevlo@freebsd.org, FreeBSD Current Subject: Re: Problem with nfe stability and throughput 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: Fri, 18 Jan 2008 08:26:21 -0000 On Fri, Jan 18, 2008 at 10:01:00AM +0900, To Chris Poulsen wrote: > On Thu, Jan 17, 2008 at 07:05:11PM +0100, Chris Poulsen wrote: > > Hi, > > > > Pyun YongHyeon wrote: > > >Would you show me the output of "ifconfig nfe0"? > > > > > nfe0: flags=8843 metric 0 mtu 1500 > > options=48 > > ether 00:1d:60:6d:73:ec > > inet 192.168.1.11 netmask 0xffffff00 broadcast 192.168.1.255 > > media: Ethernet 100baseTX > > status: active > > Hmmm, it seems that you've set media type manually without relying > on automatic media detection. Is there any reason not using auto > media type? How about using media type 'auto'? > #ifconfig nfe0 media auto > I've updated the experimental driver. Please revert previous patch and apply the following one. http://people.freebsd.org/~yongari/atphy.diff2 And show me the 'ifconfig nfe0' output again. -- Regards, Pyun YongHyeon