From owner-freebsd-net@FreeBSD.ORG Thu Mar 16 18:37:55 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 D5CCA16A401 for ; Thu, 16 Mar 2006 18:37:55 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF2C743D45 for ; Thu, 16 Mar 2006 18:37:54 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by pproxy.gmail.com with SMTP id n25so568952pyg for ; Thu, 16 Mar 2006 10:37:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=USTj4U9UXMXBd/gY5LLTrmlaoGut5n16qnqFWNr0ZR1TtzDXpDf2vXt94ABwtB9QR5IaQ8eT7kFxFj6yG6/OIeHqNc44xF/0BaMk7RdDjWOV9XRFvKyvUUmjCGcuVBHf3Sub0reVHQmQHLyZb47E0STvSkPhYxcd0zG1Qgksp7s= Received: by 10.35.113.12 with SMTP id q12mr1696897pym; Thu, 16 Mar 2006 08:42:09 -0800 (PST) Received: by 10.35.28.4 with HTTP; Thu, 16 Mar 2006 08:42:09 -0800 (PST) Message-ID: <2a41acea0603160842i6a8aa2adk63ce7ffc4a2e5113@mail.gmail.com> Date: Thu, 16 Mar 2006 08:42:09 -0800 From: "Jack Vogel" To: "Yuriy N. Shkandybin" In-Reply-To: <011901c648ea$4a738670$0701010a@notebook> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <011901c648ea$4a738670$0701010a@notebook> Cc: freebsd-net@freebsd.org, freebsd-stable@freebsd.org Subject: Re: jumbo em 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: Thu, 16 Mar 2006 18:37:55 -0000 On 3/16/06, Yuriy N. Shkandybin wrote: > Hello > > I have 2 freebsd servers connected by dedicated wire via em interfaces. > systems =3D 6.1-PRERELEASE #0: Tue Mar 14 11:58:23 MSK 2006 > > 1st) > man em says > MTU size for Jumbo Frames is 16114 and i'm sure i've setup this on freebs= d-5 and probably ealier 6.0 > But now > ifconfig em1 mtu 16114 > ifconfig: ioctl (set mtu): Invalid argument > 16110 - max possible With newer hardware the FIFO has been getting smaller, so jumbos even this large wont be allowed, I'm away from the code right now but on the 82571 adapter its max is in the 9K range. And the man page is more than likely out of date. Whether you can do jumbos at all, and if so, what size you are allowed to make them is adpater specific. Jack