Home → Magazine Archive → March 2012 (Vol. 55, No. 3) → Revisiting Network I/O APIs: The Netmap Framework → Abstract

Revisiting Network I/O APIs: The Netmap Framework

By Luigi Rizzo

Communications of the ACM, Vol. 55 No. 3, Pages 45-51
10.1145/2093548.2093565

[article image]


It is possible to achieve huge performance improvements in the way packet processing is done on modern operating systems.

The full text of this article is premium content

2 Comments

Anonymous

Hi Luigi,
Excellent and timely article, thanks! Just wondering if you looked at Virtio (http://lwn.net/Articles/239238/) or can comment on its suitability as an optimized network I/O API?
Thank again, RobertW.

Anonymous

I don't have first hand experience, but all published performance data on Virtio-net indicates speeds around 200Kpps per core even for small packet sizes. Without trying to dismiss the importance of Virtio for virtualization, the difference of two orders of magnitude with netmap performance suggests that virtio is not well suited to very high speed networking.

Adapting netmap to virtualized environments is one area we plan to explore in the future.

Luigi Rizzo

Displaying all 2 comments