From owner-freebsd-stable@FreeBSD.ORG Wed Feb 13 07:29:09 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 310F2720 for ; Wed, 13 Feb 2013 07:29:09 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id D1F35F4F for ; Wed, 13 Feb 2013 07:29:08 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=danny) by kabab.cs.huji.ac.il with esmtp id 1U5WmA-000Or3-TL; Wed, 13 Feb 2013 09:29:07 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: "Teske, Devin" Subject: Re: ix? / Intel(R) PRO/10GbE In-reply-to: <13CA24D6AB415D428143D44749F57D7201EA7586@ltcfiswmsgmb21> References: <13CA24D6AB415D428143D44749F57D7201EA7586@ltcfiswmsgmb21> Comments: In-reply-to "Teske, Devin" message dated "Tue, 12 Feb 2013 15:30:44 +0000." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Wed, 13 Feb 2013 09:29:06 +0200 From: Daniel Braniss Message-ID: Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2013 07:29:09 -0000 > On Tue, 12 Feb 2013, Daniel Braniss wrote: >=20 > > I finally got a 10G card that is recognized by FreeBSD (9.1-stable): > > ... > > ix0: = port > > 0xecc0-0xecdf mem 0xd9e80000-0xd9efffff,0xd9ff8000-0xd9ffbfff irq 40 = at d=3Device > > 0.0 on pci4 > > ix0: Using MSIX interrupts with 9 vectors > > ix0: RX Descriptors exceed system mbuf max, using default instead=21 > > From reading sys/dev/ixgbe/README: >=20 > echo =22kern.ipc.nmbclusters=3D262144=22 >> /etc/sysctl.conf > echo =22kern.ipc.nmbjumbop=3D262144=22 >> /etc/sysctl.conf > reboot > -- > Devin > Hi Devin, keep forgetting, 'may the source be with you' :-) but this only works if the driver is loaded after the sysctl is executed=21 it's better to put it in /boot/loader.conf thanks, danny