UTLB: A mechanism for address translation on network interfaces (1998)
Cached
Download Links
- [www.ics.forth.gr]
- [dcslab.snu.ac.kr]
- [www.cs.princeton.edu]
- [www.eecg.toronto.edu]
- DBLP
Other Repositories/Bibliography
| Venue: | In Proceedings of the Eighth International Conference Architectural Support for Programming Languages and Operating Systems ASPLOS |
| Citations: | 20 - 7 self |
BibTeX
@INPROCEEDINGS{Chen98utlb:a,
author = {Yuqun Chen and Angelos Bilas and Stefanos N. Damianakis and Cezary Dubnicki and Kai Li},
title = {UTLB: A mechanism for address translation on network interfaces},
booktitle = {In Proceedings of the Eighth International Conference Architectural Support for Programming Languages and Operating Systems ASPLOS},
year = {1998},
pages = {193--203}
}
Years of Citing Articles
OpenURL
Abstract
An important aspect of a high-speed network system is the ability to transfer data directly between the network interface and application buffers. Such a direct data path requires the network interface to “know ” the virtual-to-physical address translation of a user buffer, i.e., the physical memory location of the buffer. This paper presents an efficient address translation architecture, User-managed TLB (UTLB), which eliminates system calls and device interrupts from the common communication path. UTLB also supports application-specific policies to pin and unpin application memory. We report micro-benchmark results for an implementation on Myrinet PC clusters. A trace-driven analysis is used to compare the UTLB approach with the interrupt-based approach. It is also used to study the effects of UTLB cache size, associativity, and prefetching. Our results show that the UTLB approach delivers robust performance with relatively small translation cache sizes. 1







