User-space I/O for μs-level storage devices
- 1. Institute of Computer Science, FORTH (ICS) and Department of Computer Science, University of Crete
- 2. Institute of Computer Science, FORTH (ICS)
Description
System software overheads in the I/O path, including VFS and file system code, become more pronounced with emerging low-latency storage devices. Currently, these overheads constitute the main bottleneck in the I/O path and they limit efficiency of modern storage systems. In this paper we present Iris, a new I/O path for applications, that minimizes overheads from system software in the common I/O path. The main idea is the separation of the control and data planes. The control plane consists of an unmodified Linux kernel and is responsible for handling data plane initialization and the normal processing path through the kernel for non-file related operations. The data plane is a lightweight mechanism to provide direct access to storage devices with minimum
overheads and without sacrificing strong protection semantics. Iris requires neither hardware support from the storage devices nor changes in user applications. We evaluate our early prototype and we find that it achieves on a single core up to 1.7× and 2.2× better read and write random IOPS, respectively, compared to the xfs and ext4 file systems. It also scales with the number of cores; using 4 cores Iris achieves 1.84× and 1.96× better read and write random IOPS, respectively.
Notes
Files
iris_paper_wopsss16_draft.pdf
Files
(348.7 kB)
Name | Size | Download all |
---|---|---|
md5:168e8ccf2ff516ffb23a5bb5989a372d
|
348.7 kB | Preview Download |
Additional details
Related works
- Is previous version of
- 10.1145/3041710.3041713 (DOI)