From owner-freebsd-net@FreeBSD.ORG Thu Jul 19 03:46:17 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 906F216A407 for ; Thu, 19 Jul 2007 03:46:17 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outN.internet-mail-service.net (outN.internet-mail-service.net [216.240.47.237]) by mx1.freebsd.org (Postfix) with ESMTP id 7B1F213C494 for ; Thu, 19 Jul 2007 03:46:17 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.32) with ESMTP; Wed, 18 Jul 2007 20:46:17 -0700 Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38]) by idiom.com (Postfix) with ESMTP id B6C86125ADC; Wed, 18 Jul 2007 20:46:16 -0700 (PDT) Message-ID: <469EDEA7.9000606@elischer.org> Date: Wed, 18 Jul 2007 20:46:47 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: karels@karels.net References: <200707190130.l6J1UfS4027169@redrock.karels.net> In-Reply-To: <200707190130.l6J1UfS4027169@redrock.karels.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Tom Judge , freebsd-net@freebsd.org Subject: Re: 6.2 mtu now limits size of incomming packet 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, 19 Jul 2007 03:46:17 -0000 Mike Karels wrote: >> There are also things to consider such as if a GigE card is connected to >> a GigE device (switch/card etc) and the card supports jumbo frames >> should the MRU be set to the max jumbo receive size for the card? This >> could cause confusion when people plug jumbo capable devices in with >> hardware limitations making the MRU lower than other devices on the network. > > Although we don't have an MRU explicitly, we don't enable reception > of jumbo frames without administrator action. There is an IFCAP_JUMBO_MTU > flag defined, but not previously used as far as I know. We added the > ability to set that flag with ifconfig, which enables reception of > jumbo frames without changing the MTU. Then, in ether_input, we accept > any packet that a NIC sees fit to receive. for what values of "we"? > > Mike > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"