+7
−0
Loading
Sunway inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IB73UR -------------------------------- According to architecture manual, adjust interrupt priority of guest in descending order as follows: RTC, IPI, MSI, INTx and VT_SERIAL. It does not follow manual completely due to flat interrupt management in sw64 kvm. The previous priorities were not appropriate, which may cause system lag when numerous IPIs are generated by applications like mariadb within a short period of time. This patch has no negative effect on the performance of Unixbench and fio. Signed-off-by:Xu Linqin <xulinqin@wxiat.com> Reviewed-by:
He Sheng <hesheng@wxiat.com> Signed-off-by:
Gu Zitao <guzitao@wxiat.com>