From owner-freebsd-stable@FreeBSD.ORG Thu Nov 2 21:57:27 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DA1516A492 for ; Thu, 2 Nov 2006 21:57:27 +0000 (UTC) (envelope-from craig@feniz.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D4743DA1 for ; Thu, 2 Nov 2006 21:57:12 +0000 (GMT) (envelope-from craig@feniz.gank.org) Received: by ion.gank.org (Postfix, from userid 1001) id A6098111F5; Thu, 2 Nov 2006 15:57:11 -0600 (CST) Date: Thu, 2 Nov 2006 15:57:08 -0600 From: Craig Boston To: freebsd-stable@freebsd.org Message-ID: <20061102215708.GA83394@nowhere> Mail-Followup-To: Craig Boston , freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Subject: New em driver breaks jumbo frames X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 21:57:27 -0000 Don't have much time right now, but wanted to report that the new em driver in -STABLE breaks jumbo frame support for me. With it in the kernel and this card: em1: port 0xe8c0-0xe8ff mem 0xfe180000-0xfe19ffff irq 18 at device 12.0 on pci2 I'm unable to send an ethernet frame bigger than 2034 bytes, no matter what the mtu is set to. No errors, no kernel messages, it just doesn't go out. tcpdump on both local and remote side show nothing at all. Reverting to the previous driver fixed it. Craig