From owner-freebsd-net@FreeBSD.ORG Mon Jan 5 02:48:13 2004 Return-Path: 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 1FACD16A4CE for ; Mon, 5 Jan 2004 02:48:13 -0800 (PST) Received: from mailtoaster1.pipeline.ch (mailtoaster1.pipeline.ch [62.48.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5046143D1F for ; Mon, 5 Jan 2004 02:48:11 -0800 (PST) (envelope-from oppermann@pipeline.ch) Received: (qmail 64009 invoked from network); 5 Jan 2004 10:48:10 -0000 Received: from unknown (HELO pipeline.ch) ([62.48.0.54]) (envelope-sender ) by mailtoaster1.pipeline.ch (qmail-ldap-1.03) with SMTP for ; 5 Jan 2004 10:48:10 -0000 Message-ID: <3FF940DD.19D6E577@pipeline.ch> Date: Mon, 05 Jan 2004 11:47:57 +0100 From: Andre Oppermann X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Jeremie LE HEN References: <20040105104351.GA2112@carpediem.epita.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: "."@babolo.ru cc: Stephane Raimbault cc: net@freebsd.org Subject: Re: VLAN MTU problem in 4.9 ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 10:48:13 -0000 Jeremie LE HEN wrote: > > > I know now, that xl interface can't pass 1504 frames > > and most 1G interfaces can > > don't know about another 100M interfaces > > Intel EtherExpress Pro/100 also supports it. I don't know if << Jumbo > Frames >> are supported under FreeBSD with this network adapter, but it > is under Linux with the driver developped by Intel (named "e100"). The > old driver (named "eepro100") does not originally support Jumbo frames, > but a minor modification can enable it. > See http://www.softlab.ntua.gr/~afornaro/downloads/vlan-eepro.patch for > more informations. Be careful not to mix the term jumbo frames with the 4-byte addition for VLANs. Jumbo frames are frames which are something like 9000 bytes. To answer your question; the Intel Etherexpress Pro/100 as it is supported by the fxp driver accepts and sends the 4-byte VLAN enhanced ethernet frames. -- Andre