From owner-freebsd-drivers@FreeBSD.ORG Tue Mar 1 14:15:54 2011 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3317106564A for ; Tue, 1 Mar 2011 14:15:54 +0000 (UTC) (envelope-from cforgeron@acsi.ca) Received: from mta04.eastlink.ca (mta04.eastlink.ca [24.224.136.10]) by mx1.freebsd.org (Postfix) with ESMTP id B2AFB8FC0A for ; Tue, 1 Mar 2011 14:15:54 +0000 (UTC) MIME-version: 1.0 Received: from ip04.eastlink.ca ([unknown] [24.222.39.52]) by mta04.eastlink.ca (Sun Java(tm) System Messaging Server 7.3-11.01 64bit (built Sep 1 2009)) with ESMTP id <0LHD003S8SWGZPN3@mta04.eastlink.ca> for freebsd-drivers@freebsd.org; Tue, 01 Mar 2011 09:45:52 -0400 (AST) X-CMAE-Score: 0 X-CMAE-Analysis: v=1.1 cv=mORQtGzMSGJSBwuMSvVfB0MKjPGmXehAuj88Uvu04o4= c=1 sm=1 a=niCDHti8lMwA:10 a=QyXUC8HyAAAA:8 a=VQxEZgRrT_f6pp9HzXIA:9 a=zMYsAtXap8JTXOXXCjng7nJX2-QA:4 a=CjuIK1q_8ugA:10 a=JvcKnH2gjt4A:10 a=SSmOFEACAAAA:8 a=Y2VNeNrzAAAA:8 a=yMhMjlubAAAA:8 a=TW66zc2HAAAA:8 a=HQ31llbKAAAA:8 a=8RM-TMeUKLi6CB7RurEA:9 a=7T9xADirdmLThvvvewcA:7 a=TKbQKsfv7ojU6Io7knirx15mZJ4A:4 a=ZjIqTmGINkQKjhCx/60B3Q==:117 Received: from blk-222-10-85.eastlink.ca (HELO server7.acsi.ca) ([24.222.10.85]) by ip04.eastlink.ca with ESMTP; Tue, 01 Mar 2011 09:45:51 -0400 Received: from server7.acsi.ca ([192.168.9.7]) by server7.acsi.ca ([192.168.9.7]) with mapi; Tue, 01 Mar 2011 09:45:51 -0400 From: Chris Forgeron To: "freebsd-drivers@freebsd.org" Date: Tue, 01 Mar 2011 09:45:50 -0400 Thread-topic: ixgbe should show in sysctl with Intel X520-DA2? Thread-index: AcvYFvovDWEXYHYWQ9mTi06krscnPg== Message-id: Accept-Language: en-US Content-language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ixgbe should show in sysctl with Intel X520-DA2? X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2011 14:15:55 -0000 Hello, I've got a Intel X520-DA2 10Gbe PCIe card (http://ark.intel.com/Product.aspx?id=39776 ) in a few FreeBSD 8.2 or 9-Current machines. It looks to be an 82599ES based card. (Great card BTW) While the card is working fine, I'm curious about the ixbge driver behavior. At this stage, I'm not 100% sure this card does use ixgbe, but I know that's how it's identified in Solaris 10/11. My question: With sysctl -A | grep ixgbe I only get "device ixgbe" as output - No other tuners. I have plenty of dev.ix.0 tuners, but none of the tasty ixgbe tuners are available to me. So I'm curious: Why do ixbge's show as ix? Just driver shorthand? More importantly: why don't I have a hw.ix or hw.ixgbe tuner available to me? Here' a dump of the non-queue based tuners for dev.ix.0 dev.ix.0.%desc: Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 2.3.8 dev.ix.0.%driver: ix dev.ix.0.%location: slot=0 function=0 dev.ix.0.%pnpinfo: vendor=0x8086 device=0x10fb subvendor=0x8086 subdevice=0x7a11 class=0x020000 dev.ix.0.%parent: pci129 dev.ix.0.flow_control: 3 dev.ix.0.advertise_gig: 0 dev.ix.0.enable_aim: 0 dev.ix.0.rx_processing_limit: 128 dev.ix.0.dropped: 0 dev.ix.0.mbuf_defrag_failed: 0 dev.ix.0.no_tx_dma_setup: 0 dev.ix.0.watchdog_events: 0 dev.ix.0.tso_tx: 720608 dev.ix.0.link_irq: 1 dev.ix.0.queue0.interrup Thanks..