From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765532AbXGTVVh (ORCPT ); Fri, 20 Jul 2007 17:21:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758592AbXGTVVS (ORCPT ); Fri, 20 Jul 2007 17:21:18 -0400 Received: from sj-iport-5.cisco.com ([171.68.10.87]:56714 "EHLO sj-iport-5.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757579AbXGTVVP (ORCPT ); Fri, 20 Jul 2007 17:21:15 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAN7DoEarR7O6/2dsb2JhbAA X-IronPort-AV: i="4.16,564,1175497200"; d="scan'208"; a="167654582:sNHT22893822" To: "Leech, Christopher" Cc: "Waskiewicz Jr, Peter P" , "Nelson, Shannon" , , , , , "Williams, Dan J" Subject: Re: [PATCH 5/7] I/OAT: Add support for MSI and MSI-X X-Message-Flag: Warning: May contain useful information References: From: Roland Dreier Date: Fri, 20 Jul 2007 14:21:13 -0700 In-Reply-To: (Christopher Leech's message of "Fri, 20 Jul 2007 14:10:35 -0700") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.20 (linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OriginalArrivalTime: 20 Jul 2007 21:21:13.0521 (UTC) FILETIME=[E67E6A10:01C7CB13] Authentication-Results: sj-dkim-2; header.From=rdreier@cisco.com; dkim=pass ( sig from cisco.com/sjdkim2002 verified; ); Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > This driver supports some chipsets that do MSI, and some that do MSI-X, > but none that can do both. Thanks, that's the simple answer I was hoping for. Obviously if some chipsets only do MSI then you need the MSI code in addition to the MSI-X code.