Reestablishing Page Placement Mechanisms for Nested Virtualization
Reestablishing Page Placement Mechanisms for Nested Virtualization
复制标题
DOI:
10.1109/tcc.2023.3276368
复制
发表时间:
2023-07
影响因子:
6.5
通讯作者:
Xiaowei Shang;Weiwei Jia;Jianchen Shan;Xiaoning Ding;C. Borcea
中科院分区:
文献类型:
--
作者:
Xiaowei Shang;Weiwei Jia;Jianchen Shan;Xiaoning Ding;C. Borcea
Page placement mechanisms have long been used to reduce cache conflict misses. They become more important in clouds where the emerging way-based cache partitioning is used for better workload isolation but at a cost of increased cache conflicts. However, page placement mechanisms become ineffective in virtualized environments, such as clouds, because the real locations of memory pages (i.e., their host physical addresses) are hidden from guest OSs. The paper proposes xPlace as a solution to reestablish page placement mechanisms under the nested virtualization configuration. To keep high portability and low overhead, xPlace follows an approach that creates a synergy between the host and guest VMs, such that the page placement mechanism inside each guest VM becomes effective even if its page placement decisions are made based on the guest physical addresses of memory pages. The paper addresses the technical issues for implementing this approach in the nested virtualization setting, particularly how to create the synergy with the obstacle created by guest hypervisors sitting between the host and guest VMs. Evaluation based on the prototype implementation and diverse real world applications shows that xPlace can greatly reduce cache conflicts and improve application performance in the nested environment.