Skip to main content
Back to USENIX
  • Conferences
  • Students
Sign in

USENIX Conference Policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

Server Network Scalability and TCP Offload

Server network performance is increasingly dominated by poorly scaling operations such as I/O bus crossings, cache misses and interrupts. Their overhead prevents performance from scaling even with increased CPU, link or I/O bus bandwidths. These operations can be reduced by redesigning the host/adapter interface to exploit additional processing on the adapter. Offloading processing to the adapter is beneficial not only because it allows more cycles to be applied but also of the changes it enables in the host/adapter interface. As opposed to other approaches such as RDMA, TCP offload provides benefits without requiring changes to either the transport protocol or API.

We have designed a new host/adapter interface that exploits offloaded processing to reduce poorly scaling operations. We have implemented a prototype of the design including both host and adapter software components. Experimental evaluation with simple network benchmarks indicates our design significantly reduces I/O bus crossings and holds promise to reduce other poorly scaling operations as well.

Doug Freimuth, IBM T.J. Watson Research Center

Elbert Hu, IBM T.J. Watson Research Center

Jason LaVoie, IBM T.J. Watson Research Center

Ronald Mraz, IBM T.J. Watson Research Center

Erich Nahum, IBM T.J. Watson Research Center

Prashant Pradhan, IBM T.J. Watson Research Center

John Tracey, IBM T.J. Watson Research Center

BibTeX
@inproceedings {269419,
author = {Doug Freimuth and Elbert Hu and Jason LaVoie and Ronald Mraz and Erich Nahum and Prashant Pradhan and John Tracey},
title = {Server Network Scalability and {TCP} Offload},
booktitle = {2005 USENIX Annual Technical Conference (USENIX ATC 05)},
year = {2005},
address = {Anaheim, CA},
url = {https://www.usenix.org/conference/2005-usenix-annual-technical-conference/server-network-scalability-and-tcp-offload},
publisher = {USENIX Association},
month = apr
}
Download

Links

Paper: 
http://usenix.org/publications/library/proceedings/usenix05/tech/general/full_papers/freimuth/freimuth.pdf
Paper (HTML): 
http://usenix.org/publications/library/proceedings/usenix05/tech/general/full_papers/freimuth/freimuth_html/index.html
  • Log in or register to post comments

© USENIX
EIN 13-3055038

  • Privacy Policy
  • Contact Us