From owner-freebsd-performance@FreeBSD.ORG Sat Jun 2 00:36:39 2007 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D32B16A421 for ; Sat, 2 Jun 2007 00:36:39 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id 769C813C455 for ; Sat, 2 Jun 2007 00:36:38 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so378273uge for ; Fri, 01 Jun 2007 17:36:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jhHL42IKp9ESgaReE2yfVUTpJPYkvZp+1kjTcyR8+x6lb6s578XU/IPesKISqCEeVN5RJivMElT+MITLhGEeNwvjiblehuzxFHT0tfPo3CcbIMzbhE8fjA9Qx+kGrqk+eA4x3oIO37qFJ6TxRjYmuatsh5wKupEXUHgeZfeLySU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OJCqs6gTSJ246OhfM66Mz0THgwkVZZaeuaPq3IIZlqVvX3lpChwjU3WF/vmH8hULNEVHXHUZC9uMVjRFcHdDRlK1XaSbm2re8sHiadNcnDcmHRpEvJjSvz8dSD8ePI3A47wzeYy8sYG7kNSLrwsvCcnpuoqmT7eN1elLqvzQ3Cw= Received: by 10.78.134.12 with SMTP id h12mr1440537hud.1180742898187; Fri, 01 Jun 2007 17:08:18 -0700 (PDT) Received: by 10.78.107.13 with HTTP; Fri, 1 Jun 2007 17:08:18 -0700 (PDT) Message-ID: Date: Fri, 1 Jun 2007 17:08:18 -0700 From: "Kip Macy" To: "Alan Amesbury" In-Reply-To: <4660A46B.3010003@umn.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4660A46B.3010003@umn.edu> Cc: freebsd-performance@freebsd.org Subject: Re: Intel PRO/10GbE CX4? General 10Gb tips? X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 00:36:39 -0000 My understanding is that ixgb in CVS is quite far behind the vendor driver. Unfortunately, for high performance 10GigE on FreeBSD the only options worth looking at the moment are cxgb (Chelsio T3) and mxge (Myricom). Chelsio is selling eval kits right now: http://www.chelsio.com/evalkits.php Myricom nominally sells their cards directly, but they've dropped both a support request and a PO request from me, so I don't think its worthwhile contacting them directly unless you're a large customer. Bell Micro sells both the Chelsio and the Myricom cards. -Kip On 6/1/07, Alan Amesbury wrote: > ixgb(4) on 6.2-RELEASE-p5 says that the driver supports adapters based > on the 82597EX controller. The 10GbE CX4 uses the same chip, but isn't > in the list of explicitly listed hardware in the manpage. A quick peek > at the driver in the source tree shows that it does some > hardware-specific checks for the SR adapter, because they "support two > different types of XPAK optics....." (ixgb_hw.c). There's no mention of > the CX4, and the dates on the source suggest they're from '04. I see > Intel has an updated version of this driver from '06 which explicitly > lists the CX4. > > Are any of you familiar with these cards and, if so, do you know if the > 6.2-RELEASE or later drivers will work with the CX4? > > On a related note, do you have any suggestions for 10Gb hardware? I > lean towards the Intel stuff because, at least with the 1Gb stuff (and > aside from the weird and atypical em(4) problems earlier in 6-RELEASE), > the Intel stuff just works. That said, I'm open to suggestions for > other 10Gb stuff if you've got them. > > Besides the tuning stuff discussed here before (around mid-December, > 2006), are there knobs that I should tweak for ridiculously fast packet > capture? > > As always, thanks in advance! > > > -- > Alan Amesbury > OIT Security and Assurance > University of Minnesota > _______________________________________________ > freebsd-performance@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-performance > To unsubscribe, send any mail to "freebsd-performance-unsubscribe@freebsd.org" >