Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755245Ab2KIRP6 (ORCPT ); Fri, 9 Nov 2012 12:15:58 -0500 Received: from mga14.intel.com ([143.182.124.37]:14742 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755085Ab2KIRP4 convert rfc822-to-8bit (ORCPT ); Fri, 9 Nov 2012 12:15:56 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,746,1344236400"; d="scan'208";a="166441144" From: "Rose, Gregory V" To: Jason Gao , "Li, Sibai" CC: "Kirsher, Jeffrey T" , linux-kernel , netdev , kvm Subject: RE: SR-IOV problem with Intel 82599EB (not enough MMIO resources for SR-IOV) Thread-Topic: SR-IOV problem with Intel 82599EB (not enough MMIO resources for SR-IOV) Thread-Index: AQHNvaKW6TnehZ0GK0+VI29ItRc6WJfgUcUA///VtdCAAUCoAIAAVvAw Date: Fri, 9 Nov 2012 17:15:50 +0000 Message-ID: References: <201211081915083774239@gmail.com> <509B962C.6070002@gmail.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.138] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1879 Lines: 37 > -----Original Message----- > From: Jason Gao [mailto:pkill.2012@gmail.com] > Sent: Thursday, November 08, 2012 8:00 PM > To: Rose, Gregory V > Cc: Kirsher, Jeffrey T; linux-kernel; netdev; kvm; e1000- > devel@lists.sourceforge.net > Subject: Re: SR-IOV problem with Intel 82599EB (not enough MMIO resources > for SR-IOV) > > > The BIOS in your machine doesn't support SR-IOV. You'll need to ask the > manufacturer for a BIOS upgrade, if in fact one is available. Sometimes > they're not. > > very thanks Greg,my server Dell R710 with latest BIOS version and option > for SR-IOV(SR-IOV Global Enable->Enabled) opened,I'm confused that Does > R710 provide full support for SR-IOV, kernel or ixgbe driver's bug? but > I'm not sure where the problem lies,anyone has any > experience about this? . I use a Dell R710 for all my SR-IOV testing and it works fine but I had to acquire a special BIOS from Dell to get it to work. As I said, you'll want to contact them and make sure you've got the correct BIOS. The error you're seeing, "not enough MMIO resources" has been an issue with the BIOS 100% of the times that we've run into it. In any case, it is NOT a driver bug. The driver has nothing to do with allocation of MMIO space reservation for VF devices. The message you're seeing pops up when the driver calls pci_enable_sriov(). There is nothing the driver can do to force that call to be successful. I've added Sibai Li to this response. She should be able to get the BIOS version string off of one of our working Dell R710s. Sibai, Could you please reply to this message with that information? Thanks, - Greg -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/