WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 1515] New: VFs cannot be created due to intremap index e

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1515] New: VFs cannot be created due to intremap index exceeding limit
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Mon, 28 Sep 2009 02:18:50 -0700
Delivery-date: Mon, 28 Sep 2009 02:18:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1515

           Summary: VFs cannot be created due to intremap index exceeding
                    limit
           Product: Xen
           Version: unstable
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Hypervisor
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: jiajun.xu@xxxxxxxxx


Environment:
------------
Service Arch (ia32/ia32e/IA64): IA32E
Guest Arch (ia32/ia32e/IA64): 
Guest OS Type (Linux/Windows):
Change Set:    20145
Hardware: Nehalem-EP with around 10 PFs, 3 I/O APICs
Other:


Bug detailed description:
--------------------------

This happens on a Nehalem-EP who has around 10 PFs. trying to create VF using
max_vfs=7 leads the error message, and some VFs fail to be created.


Reproduce steps:
----------------
1. choose a platform that can create many VFs
2. use extra_guest_irqs=8,256 to boot xen to ensure d->nr_pirqs won't impact
3. rmmod igb && modprobe igb max_vfs=7


Basic root-causing log:
----------------------
xm dmesg shows the following

(XEN) [VT-D]intremap.c:517: msi_msg_to_remap_entry: intremap index (275) is
larger than the maximum index (255)!

and then assingment fails. There are many more lines, form intremap index 256
up to around 280


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 1515] New: VFs cannot be created due to intremap index exceeding limit, bugzilla-daemon <=