Conference Proceeding

A Robust Device Hybrid Scheme to Improve System Performance in Gigabit Ethernet Networks

Beijing JiaoTong University, China;
11/2007; DOI:10.1109/LCN.2007.20 ISBN: 0-7695-3000-1 In proceeding of: Local Computer Networks, 2007. LCN 2007. 32nd IEEE Conference on
Source: IEEE Xplore

ABSTRACT Studies of the performance of interrupt-driven operating systems in high-speed networks have brought forth the problem of receive livelock. Device hybrid interrupt-polling and interrupt coalescing are two common techniques used in general-purpose operating systems to mitigate this problem. Adaptive schemes based on local knowledge have been proposed for each technique above. However, all the schemes proposed so far are designed using heuristics. In addition, the capabilities of the proposed schemes have not been systematically compared. In this paper, we first analyze the capabilities of these schemes by investigating the relationship between key system parameters and system goodput in different packet protocol processing modes under heavy traffic load. Then we propose a robust device hybrid interrupt-polling (RHIP) scheme which achieves high system goodput, low packet loss and good latency with low consumption of CPU cycles, compared to other schemes. The key idea of RHIP is to use the recipient's buffer information to adjust the interrupt rate and the protocol processing time. We validate our analysis and design through several experiments.

0 0
 · 
0 Bookmarks
 · 
43 Views
  • Source
    Article: Implementation and experimental performance evaluation of a hybrid interrupt-handling scheme
    [show abstract] [hide abstract]
    ABSTRACT: The performance of network hosts can be severely degraded when subjected to heavy traffic of today’s Gigabit networks. This degradation occurs as a result of the interrupt overhead associated with the high rate of packet arrivals. NAPI, a packet reception mechanism integrated into the latest version of Linux networking subsystem, was designed to improve Linux performance to suit today’s Gigabit traffic. NAPI is definitely a major step up from earlier reception mechanisms; however, NAPI has shortcomings and its performance can be further enhanced. A hybrid interrupt-handling scheme, which was recently proposed in Salah et al. [K. Salah, K. El-Badawi, F. Haidari, Performance Analysis and Comparison of Interrupt-Handling Schemes in Gigabit Networks, International Journal of Computer Communications, Elsevier, Amsterdam 30 (17) (2007) 3425–3441], can better improve the performance of Gigabit network hosts. The hybrid scheme switches between interrupt disabling–enabling (DE) and polling (NAPI). In this paper, we present and discuss major changes required to implement such a hybrid scheme in the latest version of Linux kernel 2.6.15. We prove experimentally that the hybrid scheme can significantly improve the performance of general-purpose network desktops or servers running network I/O-bound applications, when subjecting such network hosts to both light and heavy traffic load conditions. The performance is measured and analyzed in terms of throughput, packet loss, latency, and CPU availability.
    Computer Communications.

Full-text (2 Sources)

View
5 Downloads
Available from
13 Sep 2012

Keywords

Adaptive schemes
 
CPU cycles
 
Device hybrid interrupt-polling
 
different packet protocol processing modes
 
good latency
 
heavy traffic load
 
high-speed networks
 
interrupt coalescing
 
key idea
 
key system parameters
 
livelock
 
low packet loss
 
mitigate
 
proposed schemes
 
recipient's buffer information
 
RHIP
 
robust device hybrid interrupt-polling
 
schemes
 
system goodput
 

Jogesh Muppala