Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump/net
Module Name: src
Committed By: pooka
Date: Sat Feb 28 15:28:46 UTC 2009
Modified Files:
src/sys/rump/net: Makefile.rumpnet
Added Files:
src/sys/rump/net/lib/libshmif: Makefile if_shmem.c shlib_version
Log Message:
Add a virtual ethernet interface which uses shared memory as the
bus instead of relying on the host kernel's tap and bridge. This
is much lighterweight approach which does not consume non-pageable
kernel resources.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/rump/net/Makefile.rumpnet
cvs rdiff -r0 -r1.1 src/sys/rump/net/lib/libshmif/Makefile \
src/sys/rump/net/lib/libshmif/if_shmem.c \
src/sys/rump/net/lib/libshmif/shlib_version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index