From owner-freebsd-net@FreeBSD.ORG Wed May 4 17:27:06 2011 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 03082106564A for ; Wed, 4 May 2011 17:27:06 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id C87818FC15 for ; Wed, 4 May 2011 17:27:05 +0000 (UTC) Received: by pzk27 with SMTP id 27so778462pzk.13 for ; Wed, 04 May 2011 10:27:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:date:to:cc:subject:message-id:reply-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=As8XzDvcVECjuuYr+WQHwYlW4WzrJ9TOmU4EUNJ8XXU=; b=I78ohTcmWybDqkLPU+hSVcy7MTGuAgrPxnw20RzIcDv3EQmi5F5m0LIH7wVQzwlNuJ zIfvxQbsZWoIUjyEyn0J8ur2pAnytPaBLgU239rDOlIEOgJvo9U603imI2+UZpicmBLy WSKm/yB8H1pA7H64xKQjFvZTc+PfcdqJxJQMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=F+Y4DyW74lguUvsiec4HxOxmpKVjMdofoovtrWWyrKKLN13OtBuIYp+8trhFJXEEKw VY29xVyqnLLEjj4Nd/eBvoxMUNm7P4/S+YRjbdMRYjsKWtc5liC4JlExq6lmP2x6c+xh rAoBxdMfscK5Ei0nYpvhjpGf+21dL1miMb0/A= Received: by 10.68.55.200 with SMTP id u8mr1765548pbp.462.1304530025464; Wed, 04 May 2011 10:27:05 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id q5sm856048pbs.11.2011.05.04.10.27.03 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 04 May 2011 10:27:04 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 04 May 2011 10:26:21 -0700 From: YongHyeon PYUN Date: Wed, 4 May 2011 10:26:21 -0700 To: Paul Thornton Message-ID: <20110504172621.GB9362@michelle.cdnetworks.com> References: <4DADD913.5010208@prt.org> <20110419220907.GD1637@michelle.cdnetworks.com> <20110504170505.GA9362@michelle.cdnetworks.com> <4DC18992.4040604@prt.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DC18992.4040604@prt.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: Broadcom BCM57765 support? 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: Wed, 04 May 2011 17:27:06 -0000 On Wed, May 04, 2011 at 06:14:58PM +0100, Paul Thornton wrote: > On 04/05/2011 18:05, YongHyeon PYUN wrote: > > > > FYI: Committed to HEAD(r221445). > > I've been away from the machines with this chipset for the past week so > have not finished the testing, but can report that the initial tests I > did involving normal use, jumbo frames, v4 and v6 etc. all worked fine > and throughput was good. > I tested it with both 57765X and 57785X. All seems to work as expected. Jumbo frame performance also looks very good. > Once I have done a thorough test of the NIC I will post a report here. > Ok, thanks in advance. > Paul.