HotSwap: correct and efficient controller upgrades for software-defined networks

Authors: Laurent Vanbever, Joshua Reich, Theophilus Benson, Nate Foster, and Jennifer Rexford
Proceedings of the second ACM SIGCOMM workshop on Hot topics in software defined networking

Abstract

Like any complex software, SDN programs must be updated periodically, whether to migrate to a new controller platform, repair bugs, or address performance issues. Nowadays, SDN operators typically perform such upgrades by stopping the old controller and starting the new one—an approach that wipes out all installed flow table entries and causes substantial disruption including losing packets, increasing latency, and even compromising correctness.

This paper presents HotSwap, a system for upgrading SDN controllers in a disruption-free and correct manner. HotSwap is a hypervisor (sitting between the switches and the controller) that maintains a history of network events. To upgrade from an old controller to a new one, HotSwap bootstraps the new controller (by replaying the history) and monitors its output (to determine which parts of the network state may be reused with the new controller). To ensure good performance, HotSwap filters the history using queries specified by programmers. We describe our design and preliminary implementation of HotSwap, and present experimental results demonstrating its effectiveness for managing upgrades to third-party controller programs.

People

BibTex

@inproceedings{vanbever2013hotswap,
	title={Hotswap: Correct and efficient controller upgrades for software-defined networks},
	author={Vanbever, Laurent and Reich, Joshua and Benson, Theophilus and Foster, Nate and Rexford, Jennifer},
	booktitle={Proceedings of the second ACM SIGCOMM workshop on Hot topics in software defined networking},
	pages={133--138},
	year={2013},
	organization={ACM}
}

DOI: 10.1145/2491185.2491194