From owner-freebsd-questions@FreeBSD.ORG Thu Dec 16 19:24:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC02016A4CE for ; Thu, 16 Dec 2004 19:24:09 +0000 (GMT) Received: from dauntless.milewski.org (dauntless.milewski.org [64.142.38.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E79C43D41 for ; Thu, 16 Dec 2004 19:24:07 +0000 (GMT) (envelope-from n6mod@milewski.org) Received: by dauntless.milewski.org (Postfix, from userid 8) id 2D5BA5EDFB; Thu, 16 Dec 2004 11:23:15 -0800 (PST) X-Scanned-By: AMaViS at dauntless.milewski.org. Received: from [192.168.110.112] (unknown [63.251.235.202]) by dauntless.milewski.org (Postfix) with ESMTP id 392E55EEE6 for ; Thu, 16 Dec 2004 11:23:11 -0800 (PST) Message-ID: <41C1E09B.3040303@milewski.org> Date: Thu, 16 Dec 2004 11:23:07 -0800 From: Aleksandr Milewski User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: bge (BCM5751) maxes out at 620Mb/s TX? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 19:24:09 -0000 I sent this earlier in the week to freebsd-net and got silence, so I'll try it here. The system is 5.3 RELEASE save for brgphy.c, brgphyreg.h, and miidevs, which were needed to get the 5751 to work at 1000BaseTX at all. ... Having pulled in some updates from HEAD to get the BCM5751 working, I am now stuck at a maximum transmit rate of about 620Mb/s. Receive works fine, I can receive at about 950Mb/s, but transmit seems limited. Same hardware (same box) under Linux does 950Mb/s each way, no problem. This is with iperf, or a simple UDP blaster tool. Also, running iperf across the box with or without dummynet suffers the same limitation. What am I doing wrong? Thanks, Zandr