From owner-freebsd-stable@FreeBSD.ORG Thu Jan 17 16:26:01 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4304F16A420 for ; Thu, 17 Jan 2008 16:26:01 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 1509513C4E5 for ; Thu, 17 Jan 2008 16:26:00 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id m0HGPp61001129; Thu, 17 Jan 2008 09:25:51 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <478F818F.9020209@samsco.org> Date: Thu, 17 Jan 2008 09:25:51 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: Vivek Khera References: <200801101109.38294.jhb@freebsd.org> <70AABDAF-1925-4DBE-88A2-976CFBC55C5E@khera.org> <200801151340.46771.jhb@freebsd.org> <1608FD4D-72C2-4C16-890A-6ABA8FB20E57@khera.org> In-Reply-To: <1608FD4D-72C2-4C16-890A-6ABA8FB20E57@khera.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Thu, 17 Jan 2008 09:25:51 -0700 (MST) X-Spam-Status: No, score=-1.4 required=5.4 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: FreeBSD Stable List Subject: Re: What current Dell Systems are supported/work X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2008 16:26:01 -0000 Vivek Khera wrote: > > On Jan 15, 2008, at 1:40 PM, John Baldwin wrote: > >>> Where can one go to read up on what MSI is and how it helps us? >>> >>> Is enabling it just setting a sysctl? Does that have to be done in >>> loader.conf or can it happen later? >> >> loader.conf (though it is now default on in RELENG_6). >> >> hw.pci.msi_enable=1 >> hw.pci.msix_enable=1 > > > Thanks for the info. But can anyone point me to some documentation on > why MSI is good for me? > When implemented and used correctly in the hardware and driver, it a lower overhead interrupt mechanism. It also expands the number of interrupt vectors available, making interrupt sharing non-existent (for right now, at least). Scott