From owner-freebsd-net@FreeBSD.ORG Thu Jun 17 20:02:46 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EC0F16A4CE; Thu, 17 Jun 2004 20:02:46 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB0AA43D4C; Thu, 17 Jun 2004 20:02:45 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.11/8.12.11) with ESMTP id i5HK0fpR047195; Thu, 17 Jun 2004 16:00:41 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)i5HK0f7O047192; Thu, 17 Jun 2004 16:00:41 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 17 Jun 2004 16:00:40 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Tony Ackerman In-Reply-To: <20040617182503.GA69063@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-net@freebsd.org Subject: Re: Intel 10GbE Driver committed X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 20:02:46 -0000 On Thu, 17 Jun 2004, Tony Ackerman wrote: > We have commited the ixgb(4) driver for Intel(R) PRO/10GbE Server > Adapters to -current and -stable. Tony, When I took a look at the ixgb driver a couple of weeks ago, it looked like there was currently no locking in the driver to allow it to execute without the Giant lock over the kernel. if_em and a number of other popular drivers do have the necessary locking, which means they will be safe to use once we support pulling the Giant lock off for most network operations (very shortly). Do you have plans to update the driver to add support for Giant-free operation? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research