From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 27 01:36:30 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F4E916A400 for ; Wed, 27 Jun 2007 01:36:30 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 6E2E013C44B for ; Wed, 27 Jun 2007 01:36:30 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l5R1aHkR017352; Tue, 26 Jun 2007 18:36:17 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l5R1aCoD017351; Tue, 26 Jun 2007 18:36:12 -0700 (PDT) (envelope-from sgk) Date: Tue, 26 Jun 2007 18:36:12 -0700 From: Steve Kargl To: george+freebsd@m5p.com Message-ID: <20070627013612.GA17267@troutmask.apl.washington.edu> References: <200706270033.l5R0Xkf9084990@mail.reprise.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706270033.l5R0Xkf9084990@mail.reprise.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-hackers@freebsd.org Subject: Re: Gigabit Ethernet w/Jumbo Frames X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2007 01:36:30 -0000 On Tue, Jun 26, 2007 at 05:33:46PM -0700, george+freebsd@m5p.com wrote: > I'm having poor luck trying to use NFS over a gigabit ethernet using > jumbo frames. By all indications, my switch (Netgear GS608) forwards > jumbo frames with no difficulty, but my Realtek 8169-based cards seem > unreceptive to the idea, giving many watchdog timeouts and other > obscure log messages. One server is amd64 and my clients are i386, > but I think I've ruled that out as the problem because I see errors > evern with an i386 server. So I strongly suspect my network cards at > the moment. What gigabit ethernet cards do you use for reliable > performance with jumbo frames? -- George Mitchell > Are you setting any sysctl tunables? There have been recent reports of watchdog timeout problems with xl, bge, and em devices. I've manage to work around the timeout on bge with net.inet.tcp.sendspace=131072 net.inet.tcp.recvspace=131072 net.inet.tcp.path_mtu_discovery=0 net.inet.udp.recvspace=65536 net.inet.raw.recvspace=16384 hw.pci.enable_msix=0 hw.pci.enable_msi=0 kern.ipc.nmbclusters=50000 kern.timecounter.hardware=ACPI-fast -- Steve