Improving Virtualized I/O Performance by Expanding the Polled I/O Path of Linux

被引:0
作者
Seo, Dongjoo [1 ]
Joo, Yongsoo [2 ]
Dutt, Nikil [1 ]
机构
[1] Univ Calif Irvine, Irvine, CA 92717 USA
[2] Kookmin Univ, Seoul, South Korea
来源
PROCEEDINGS OF THE 2024 16TH ACM WORKSHOP ON HOT TOPICS IN STORAGE AND FILE SYSTEMS, HOTSTORAGE 2024 | 2024年
基金
新加坡国家研究基金会;
关键词
Polled I/Os; Host page caching; Storage virtualization;
D O I
10.1145/3655038.3665944
中图分类号
TP [自动化技术、计算机技术];
学科分类号
0812 ;
摘要
The continuing advancement of storage technology has introduced ultra-low latency (ULL) SSDs that feature 20 mu s or less access latency. Therefore, the context switching overhead of interrupts has become more pronounced on these SSDs, prompting consideration of polling as an alternative to mitigate this overhead. At the same time, the high price of ULL SSDs is a major issue preventing the wide adoption of polling. We claim that virtualized systems can benefit from polling even without ULL SSDs. Since the host page cache is located in the DRAM main memory, it can deliver even higher throughput than ULL SSDs. However, the guest operating system in virtualized environments cannot use polled I/Os when accessing the host page cache, failing to exploit the performance advantage of DRAM. To resolve this inefficiency, we propose to expand the polled I/O path of the Linux kernel I/O stack. Our approach allows guest applications to use I/O polling for buffered I/Os and memory mapped I/Os. The expanded I/O path can significantly improve the I/O performance of virtualized systems without modifying the guest application or the backend of the virtual block device. Our proposed buffered I/O path with polling improves the 4 KB random read throughput between guest applications and the host page cache by 3.2x.
引用
收藏
页码:31 / 37
页数:7
相关论文
共 39 条
  • [1] Akel Ameen, 2011, P 3 WORKSH HOT TOP S
  • [2] Alibaba, 2024, Alibaba Virtualization Disk Formats
  • [3] Axboe J., 2021, Flexible I/O tester
  • [4] Axboe Jens, 2021, blktrace(8)-Linux man page
  • [5] Axboe Jens, 2021, Faster IO through io uring
  • [6] Caulfield Adrian M., 2010, P 2010 43 ANN IEEE A
  • [7] Reducing DRAM Footprint with NVM in Facebook
    Eisenman, Assaf
    Gardner, Darryl
    AbdelRahman, Islam
    Axboe, Jens
    Dong, Siying
    Hazelwood, Kim
    Petersen, Chris
    Cidon, Asaf
    Katti, Sachin
    [J]. EUROSYS '18: PROCEEDINGS OF THE THIRTEENTH EUROSYS CONFERENCE, 2018,
  • [8] Hajnoczi Stefan, 2020, Optimizing for NVMe Drives: The 10 Microsecond Challenge
  • [9] Handy Alex, 2021, Linux 4.10 arrives
  • [10] He Asias, 2012, Virtio-blk Performance Improvement