|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [RFC PATCH] ASID: Optimize hvm_flush_guest_tlbs
Hi
In our testing, we found that function hvm_flush_guest_tlbs() is used very
frequently and it will always force asid recycling and will result a whole
tlb flush immediately no matter there are still free asids or not. Actually,
in this case, just increasing core generation might be enough and the
remaining asids can still be used until next_asid > max_asid.
Thanks,
Wei
Signed-off-by: Wei Wang <wei.wang2@xxxxxxx>
Reviewed-by: Wei Huang<wei.huang2@xxxxxxx>
--
Advanced Micro Devices GmbH
Sitz: Dornach, Gemeinde Aschheim,
Landkreis München Registergericht München,
HRB Nr. 43632
WEEE-Reg-Nr: DE 12919551
Geschäftsführer:
Alberto Bozzo, Andrew Bowd
opt_asid.patch
Description: opt_asid.patch
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [RFC PATCH] ASID: Optimize hvm_flush_guest_tlbs,
Wei Wang2 <=
|
|
|
|
|