Linux Kernel Network Stack Integration: Difference between revisions

From Nsnam
Jump to navigation Jump to search
m (add toc)
No edit summary
 
Line 7: Line 7:
One might be able to take advantage of the recent work on Linux network namespace (to support virtualization):
One might be able to take advantage of the recent work on Linux network namespace (to support virtualization):
* http://lwn.net/Articles/219597/
* http://lwn.net/Articles/219597/
* http://lxc.sourceforge.net/network.php


Related to this is the project OpenVZ on lightweight network stack virtualization for Linux:
Related to this is the project OpenVZ on lightweight network stack virtualization for Linux:
Line 20: Line 21:


In the long run, perhaps this project can provide suggestions to the Linux kernel developers on how to better support simulation environments (in addition to virtualization).
In the long run, perhaps this project can provide suggestions to the Linux kernel developers on how to better support simulation environments (in addition to virtualization).
There have been a few inquiries about this project on our ns-developers mailing-list so, the threads below might answer your questions:
* http://mailman.isi.edu/pipermail/ns-developers/2008-March/003830.html
* http://mailman.isi.edu/pipermail/ns-developers/2008-March/003834.html

Latest revision as of 14:55, 24 March 2008

Main Page - Roadmap - Summer Projects - Project Ideas - Developer FAQ - Tools - Related Projects

HOWTOs - Installation - Troubleshooting - User FAQ - Samples - Models - Education - Contributed Code - Papers

Here are some references and notes regarding the linux kernel network stack integration:

The web site description lists the goals for this project; namely, to integrate well with our existing architecture and to minimize the coding changes to the kernel code itself (so that multiple kernel versions can more easily be supported).

One might be able to take advantage of the recent work on Linux network namespace (to support virtualization):

Related to this is the project OpenVZ on lightweight network stack virtualization for Linux:

Sam Jansen's Network Simulation Cradle work focused on TCP code portability (from Linux and elsewhere), and provided some tools for changing scope of global variables to local (the "globalizer").

Some people have also done work along these lines in FreeBSD:

In the long run, perhaps this project can provide suggestions to the Linux kernel developers on how to better support simulation environments (in addition to virtualization).

There have been a few inquiries about this project on our ns-developers mailing-list so, the threads below might answer your questions: