From owner-freebsd-stable@FreeBSD.ORG Tue Feb 12 15:27:52 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 AAC456F1 for ; Tue, 12 Feb 2013 15:27:52 +0000 (UTC) (envelope-from rizzo.unipi@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 172FBB12 for ; Tue, 12 Feb 2013 15:27:51 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id gg6so211815lbb.13 for ; Tue, 12 Feb 2013 07:27:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=xya68ssR4nv9liqpPMcpxpIkOx9wXtqwBK0MNynRlo8=; b=Vu5gcjVSsdl5Oni4SBGfyDWYCWamvDLoV7+7jcZK3Srkm+0JIzwEm9pvBGmJHqB6bm M/iJyLQ2KWiXuQFcxu1MSrd+gPbCRx73ECSGfvHWTqOuvy+9CjCmZsT4BTjXdaFtqCiD SsnAfgpZYe1V/6igUO38k9P9yb97zUzkzdC8T9cc59XnvIwhY/jB1xlRNKBZulxeAiH+ ULJjCskFQVmDpWQI5Z5saaHD/+N9fKsuPV7kj1oYulWfpRtFStDt0oEnAwaO9ZbGIOwW Pos8pJ4Vu4qCHQHkTh180WB4yGQrs7H9QxoqcJAKF2JXOsAaSmxobDY3vdgB5oT5OfTZ EYwA== MIME-Version: 1.0 X-Received: by 10.152.148.133 with SMTP id ts5mr5215741lab.2.1360682870684; Tue, 12 Feb 2013 07:27:50 -0800 (PST) Sender: rizzo.unipi@gmail.com Received: by 10.114.3.36 with HTTP; Tue, 12 Feb 2013 07:27:50 -0800 (PST) In-Reply-To: References: Date: Tue, 12 Feb 2013 07:27:50 -0800 X-Google-Sender-Auth: 4ijXTcd5GFgYgnsQu2t3nhCnzOM Message-ID: Subject: Re: ix? / Intel(R) PRO/10GbE From: Luigi Rizzo To: Daniel Braniss Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Tue, 12 Feb 2013 15:27:52 -0000 ixgbe is the _driver name_, ix is the _interface name_ you see in ifconfig. The latter is usually shorter. Also there are overlaps, e.g. the lem, em and igb drivers all map to "em" as interface name. cheers luigi On Tue, Feb 12, 2013 at 7:21 AM, 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 > device > 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: > > ix0: flags=8802 metric 0 mtu 1500 > > options=401bb UM,TSO4,VLAN_HWTSO> > ether 90:e2:ba:29:c0:54 > nd6 options=21 > media: Ethernet autoselect > status: no carrier > ix1: flags=8802 metric 0 mtu 1500 > > options=401bb UM,TSO4,VLAN_HWTSO> > ether 90:e2:ba:29:c0:55 > nd6 options=21 > media: Ethernet autoselect > status: no carrier > > and pciconf: > ix0@pci0:4:0:0: class=0x020000 card=0x7a118086 chip=0x10fb8086 rev=0x01 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82599EB 10-Gigabit SFI/SFP+ Network Connection' > class = network > subclass = ethernet > > Secondly how is this fixable: > RX Descriptors exceed system mbuf max, using default instead! > > thanks, > danny > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- -----------------------------------------+------------------------------- Prof. Luigi RIZZO, rizzo@iet.unipi.it . Dip. di Ing. dell'Informazione http://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL +39-050-2211611 . via Diotisalvi 2 Mobile +39-338-6809875 . 56122 PISA (Italy) -----------------------------------------+-------------------------------