From owner-freebsd-net@FreeBSD.ORG Sat Jun 10 00:26:19 2006 Return-Path: X-Original-To: freebsd-net@FreeBSD.org Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B09DD16A418 for ; Sat, 10 Jun 2006 00:26:19 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2489743D73 for ; Sat, 10 Jun 2006 00:26:18 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k5A0PlJg091797; Fri, 9 Jun 2006 20:25:47 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-net@FreeBSD.org Date: Fri, 9 Jun 2006 20:25:32 -0400 User-Agent: KMail/1.6.2 References: <200606091949.07501.mi+mx@aldan.algebra.com> <20060609235734.GG22853@blar.home.comstyle.com> In-Reply-To: <20060609235734.GG22853@blar.home.comstyle.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200606092025.35165.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1524/Fri Jun 9 17:28:03 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Mikhail Teterin , wpaul@windriver.com, Brad Subject: Re: Can't turn on Jumbo Frames on bge0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 00:26:19 -0000 On Friday 09 June 2006 07:57 pm, Brad wrote: > On Fri, Jun 09, 2006 at 07:49:07PM -0400, Mikhail Teterin wrote: > > Hello! > > > > I have a bge card, that's identified as: > > > > bge0: mem > > 0xfe8f0000-0xfe8fffff irq 16 at device 0.0 on pci2 > > > > According to > > http://h18000.www1.hp.com/products/quickspecs/12131_div/12131_div > >.HTML, the BCM5751 support jumbo frames up to 9Kb. > > > > However, when I try to increase the MTU on the card even by a > > little bit, I get: > > > > root@mi:/misha/mi (122) ifconfig bge0 mtu 1501 > > ifconfig: ioctl (set mtu): Invalid argument > > > > Is the hardware lacking the capability, or am I doing something > > wrong? > > There is a mistake on that web-page. None of Broadcom's PCI Express > chipsets support Jumbo frames. I believe you are correct. BTW, funny thing is I found several web pages by googling: http://manuals.fujitsu-siemens.com/serverbooks/content/manuals/html/broadcom/features.htm http://supportapj.dell.com/support/edocs/network/P29352/English/features.htm Fujitsu-Simens says: 'Jumbo frames (up to 9 KB) (except for BCM5721 and BCM5751)' Dell says: 'Jumbo frames (up to 9 kB) (only for BCM5721 and BCM5751)' :-) Jung-uk Kim