From owner-freebsd-questions@FreeBSD.ORG Wed Sep 15 22:17:18 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60AD7106564A for ; Wed, 15 Sep 2010 22:17:18 +0000 (UTC) (envelope-from dnewman@networktest.com) Received: from mail3.networktest.com (mail3.networktest.com [69.55.234.104]) by mx1.freebsd.org (Postfix) with ESMTP id 42E6A8FC16 for ; Wed, 15 Sep 2010 22:17:18 +0000 (UTC) Received: from localhost (localhost [69.55.234.104]) by mail3.networktest.com (Postfix) with ESMTP id D5FC311F8FF; Wed, 15 Sep 2010 15:17:16 -0700 (PDT) Received: from mail3.networktest.com ([69.55.234.104]) by localhost (mail3.networktest.com [69.55.234.104]) (amavisd-maia, port 10024) with ESMTP id 57179-04; Wed, 15 Sep 2010 15:17:16 -0700 (PDT) Received: from dhcp207.eng.networktest.com (ns.networktest.com [216.240.60.130]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dnewman@networktest.com) by mail3.networktest.com (Postfix) with ESMTPSA id 4643B11F8CE; Wed, 15 Sep 2010 15:17:16 -0700 (PDT) Message-ID: <4C9145EB.90900@networktest.com> Date: Wed, 15 Sep 2010 15:17:15 -0700 From: David Newman User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.9) Gecko/20100825 Lightning/1.0b2 Thunderbird/3.1.3 MIME-Version: 1.0 To: Adam Vande More References: <4C902D28.2040206@networktest.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: jumbo frame support in bge(4) for BCM5704 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2010 22:17:18 -0000 On 9/14/10 7:43 PM, Adam Vande More wrote: > On Tue, Sep 14, 2010 at 9:19 PM, David Newman wrote: > >> 8.0-RELEASE amd64, Tyan S2882-D motherboard, Broadcom BCM5704C gigabit >> Ethernet transceivers >> >> Thanks in advance for any clues on enabling jumbos on this system. >> > > What happens if you boot from a linux live cd and try to enable frames > there? With Ubuntu 10.04, the system accepts "ifconfig eth1 mtu N" for any value of N up to 9000, and shows an MTU of N in response to 'ifconfig'. With 8.1-RELEASE (not 8.0 as stated before, sorry), the command 'ifconfig bge0 mtu 8000' produces an error: ifconfig: ioctl (set mtu): Invalid argument Same thing with 'mtu 1500', 'mtu 1400', etc. dn