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-devel

[Xen-devel] [PATCH][xen-3.3-testing.hg] Fix MSI-x remapping

To: "Keir Fraser" <keir.fraser@xxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH][xen-3.3-testing.hg] Fix MSI-x remapping
From: "Han, Weidong" <weidong.han@xxxxxxxxx>
Date: Tue, 21 Oct 2008 14:21:13 +0800
Cc:
Delivery-date: Mon, 20 Oct 2008 23:21:42 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AckzRTekb2ri+qvsS4+oHXw1e5AGLg==
Thread-topic: [PATCH][xen-3.3-testing.hg] Fix MSI-x remapping
This patch backports MSI-x remapping fix (c/s 18631 in xen-unstable.hg)
to xen-3.3-testing.hg. It doesn't change anything on the original patch.

The original description and changeset:

MSI-x may have multiple vectors, however in current interrupt remapping
code, one device only has one entry in interrupt remapping table.

This patch adds 'remap_index' in msi_desc structure to track its index
in interrupt remapping table.

Signed-off-by: Haitao Shan <haitao.shan@xxxxxxxxx>
Signed-off-by: Weidong Han <weidong.han@xxxxxxxxx>
xen-unstable changeset: 18631: 61218a1763da340e6fbf5a153255ad723c254661
xen-unstable date: Wed Oct 15 11:58:15 2008 +0100


Attachment: fix-msix-remapping-3.3.patch
Description: fix-msix-remapping-3.3.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][xen-3.3-testing.hg] Fix MSI-x remapping, Han, Weidong <=