usenix conference policies
Eliminating Receive Livelock in an Interrupt-driven Kernel
Jeffrey Mogul, Digital Equipment Corporation, Western Research Laboratory; K. K. Ramakrishnan, AT&T Bell Laboratories
Most operating systems use interface interrupts to schedule network tasks. Interrupt-driven systems can provide low overhead and good latency at low offered load, but degrade significantly at higher arrival rates unless care is taken to prevent several pathologies. These are various forms of receive livelock, in which the system spends all its time processing interrupts, to the exclusion of other necessary tasks. Under extreme conditions, no packets are delivered to the user application or the output of the system.
To avoid livelock and related problems, an operating system must schedule network interrupt handling as carefully as it schedules process execution. We modified an interrupt-driven networking implementation to do so; this eliminates receive livelock without degrading other aspects of system performance. We present measurements demonstrating the success of our approach.
author = {Jeffrey Mogul and K. K. Ramakrishnan},
title = {Eliminating Receive Livelock in an Interrupt-driven Kernel},
booktitle = {USENIX 1996 Annual Technical Conference (USENIX ATC 96)},
year = {1996},
address = {San Diego, CA},
url = {https://www.usenix.org/conference/usenix-1996-annual-technical-conference/eliminating-receive-livelock-interrupt-driven},
publisher = {USENIX Association},
month = jan
}
connect with us