|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Not unmap all MSI-X pirqs when enabling MSI-X
Hi, Keir,
This patch made some changes to msix_capability_init for kernel.
Originally, all existing MSI-X pirqs of that device are unmapped before
mapping the required MSI-X entries. This is actually not right. This
function may be called several times, with each time requiring enabling
different parts of the device MSI-X entry. Former pirqs should not be
unmapped.
I made this patch to correct this. Thanks for Turton's comments on this
problem.
Signed-off-by: Shan Haitao <Haitao.shan@xxxxxxxxx>
Best Regards
Shan Haitao
correctly_init_msix_pirqs.patch
Description: correctly_init_msix_pirqs.patch
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|