From owner-freebsd-stable@FreeBSD.ORG Thu Apr 26 14:02:17 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0DDD1065678 for ; Thu, 26 Apr 2012 14:02:17 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 694A88FC1E for ; Thu, 26 Apr 2012 14:02:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:To:Content-Type; bh=/+zVO5CpBtUwrLL8Yof80Y8ka7qcF14Pw+31ptGXbSI=; b=KQmcY3Gew/zndz5CYGfHr5MfZ+pmDkfzizWh4jC2X9lsEqZgPOHr7wW6HklvROkCKVCEaI4E8ECkee9MyZBHKsCHbJExENGspSn6QQTO6jKqUhOJxghdRiUt+ooVBIXe; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1SNPGs-000Cz6-Eb for freebsd-stable@freebsd.org; Thu, 26 Apr 2012 09:02:15 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1335448924-30163-30162/5/21; Thu, 26 Apr 2012 14:02:04 +0000 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-stable@freebsd.org References: <4F985374.9080807@zonov.org> Date: Thu, 26 Apr 2012 09:02:04 -0500 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <4F985374.9080807@zonov.org> User-Agent: Opera Mail/11.62 (FreeBSD) X-SA-Score: -1.5 Subject: Re: FreeBSD 9.0 - BCE_JUMBO_HDRSPLIT kernel option for bce device still needed? 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, 26 Apr 2012 14:02:17 -0000 On Wed, 25 Apr 2012 14:41:40 -0500, Andrey Zonov wrote: > > Hi, > > There is no such option in the kernel anymore, instead there is > hw.bce.hdr_split tunable which is turn on by default. > I've tried the kernel option and playing with this tunable on a pair of HP DL380s and had to give up. I was building ZFS SAN heads and was going to have 2x bce and 2x igb ethernets each LACP and Jumbo Frames. The bce devices simply would not work with jumbo frames. The packets disappeared into the great ether or something. Our switches never saw any being sent, and receiving jumbo frames showed absolutely no traffic via tcpdump. After dropping in a quad Intel NIC (4x igb) everything worked as expected. The bce hardware or driver is sketchy and I'd avoid it.