From owner-freebsd-stable@FreeBSD.ORG Tue Feb 12 15:31:03 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DA11A84C for ; Tue, 12 Feb 2013 15:31:03 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 9A98BB48 for ; Tue, 12 Feb 2013 15:31:03 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.17]) by ltcfislmsgpa07.fnfis.com (8.14.5/8.14.5) with ESMTP id r1CFUi5o014358 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Tue, 12 Feb 2013 09:30:46 -0600 Received: from LTCFISWMSGMB21.FNFIS.com ([10.132.99.23]) by LTCFISWMSGHT06.FNFIS.com ([10.132.206.17]) with mapi id 14.02.0309.002; Tue, 12 Feb 2013 09:30:45 -0600 From: "Teske, Devin" To: Daniel Braniss , "freebsd-stable@freebsd.org" Subject: RE: ix? / Intel(R) PRO/10GbE Thread-Topic: ix? / Intel(R) PRO/10GbE Thread-Index: AQHOCTS51RZcgQACiESvcPSCI1tHdZh2WHTB Date: Tue, 12 Feb 2013 15:30:44 +0000 Message-ID: <13CA24D6AB415D428143D44749F57D7201EA7586@ltcfiswmsgmb21> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.132.253.120] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327, 1.0.431, 0.0.0000 definitions=2013-02-12_05:2013-02-12,2013-02-12,1970-01-01 signatures=0 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: Tue, 12 Feb 2013 15:31:03 -0000 On Tue, 12 Feb 2013, Daniel Braniss wrote: > 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= evice > 0.0 on pci4 > ix0: Using MSIX interrupts with 9 vectors > ix0: RX Descriptors exceed system mbuf max, using default instead! > ix0: Ethernet address: 90:e2:ba:29:c0:54 > ix0: PCI Express Bus: Speed 5.0Gb/s Width x8 > ... > but it apperas as ix0/ix1, manuals only mention ixgb/e, > and ifconfig: >=20 > ix0: flags=3D8802 metric 0 mtu 1500 > options=3D401bb UM,TSO4,VLAN_HWTSO> > ether 90:e2:ba:29:c0:54 > nd6 options=3D21 > media: Ethernet autoselect > status: no carrier > ix1: flags=3D8802 metric 0 mtu 1500 > options=3D401bb UM,TSO4,VLAN_HWTSO> > ether 90:e2:ba:29:c0:55 > nd6 options=3D21 > media: Ethernet autoselect > status: no carrier >=20 > and pciconf: > ix0@pci0:4:0:0: class=3D0x020000 card=3D0x7a118086 chip=3D0x10fb8086 rev= =3D0x01 > hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82599EB 10-Gigabit SFI/SFP+ Network Connection' > class =3D network > subclass =3D ethernet >=20 > Secondly how is this fixable: > RX Descriptors exceed system mbuf max, using default instead! >=20 >From reading sys/dev/ixgbe/README: echo "kern.ipc.nmbclusters=3D262144" >> /etc/sysctl.conf echo "kern.ipc.nmbjumbop=3D262144" >> /etc/sysctl.conf reboot --=20 Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you.