From owner-freebsd-performance@FreeBSD.ORG Fri Dec 21 10:48:35 2007 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 286C116A420 for ; Fri, 21 Dec 2007 10:48:35 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from psmtp.com (s200aog14.obsmtp.com [207.126.144.128]) by mx1.freebsd.org (Postfix) with SMTP id 3FF9613C44B for ; Fri, 21 Dec 2007 10:48:34 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from source ([217.206.187.80]) by eu1sys200aob014.postini.com ([207.126.147.11]) with SMTP; Fri, 21 Dec 2007 10:48:33 UTC Received: from bill.mintel.co.uk (bill.mintel.co.uk [10.0.0.89]) by rodney.mintel.co.uk (Postfix) with ESMTP id B5FE118141B; Fri, 21 Dec 2007 10:20:57 +0000 (GMT) Message-ID: <476B9388.8000900@tomjudge.com> Date: Fri, 21 Dec 2007 10:20:56 +0000 From: Tom Judge User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Patrick Proniewski References: <66621B3A-7879-4DE8-B4D5-5A46B91BAC5E@patpro.net> <20071221090352.GA6040@harmless.hu> <1777A05B-B3E8-42A6-BC88-E5DA2DBB650C@patpro.net> In-Reply-To: <1777A05B-B3E8-42A6-BC88-E5DA2DBB650C@patpro.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Gergely CZUCZY , freebsd-performance@freebsd.org, Jack Vogel Subject: Re: intel drivers vs. freebsd drivers 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: Fri, 21 Dec 2007 10:48:35 -0000 Patrick Proniewski wrote: > On 21 déc. 07, at 10:03, Gergely CZUCZY wrote: > >>> I've just discovered that Intel provides some drivers for the Intel >>> PRO/1000 Family on FreeBSD: >>> I was wondering: is there any point in running those drivers instead >>> of the freebsd ones, performance wise of course. > >> AFAIK these are the drivers that can be found in the base system as well. >> Intel's drivers are pretty fine, there's no need to write new ones. > > I've made a quick comparison between /usr/src/sys/dev/mii/e1000phy.c > (freebsd 6.2) and e1000_phy.c (as part of the em-6.6.6.tgz provided by > Intel), and the too files are quite different. > But well, I'm not a developer, and that's probably not significant. > > regards, > patpro Jack Vogel (cc'd) is the Intel developer that maintains the FreeBSD drivers. He should be able to shed more light on this question. Tom