]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: bring in the core netmap code (disconnected
authorluigi <luigi@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 14 Feb 2012 22:49:34 +0000 (22:49 +0000)
committerluigi <luigi@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 14 Feb 2012 22:49:34 +0000 (22:49 +0000)
commit5dedc074ed42f0760e76e2cae7a37db6c6199cc9
tree9eeb865830f9aaea4edce34277eb8101d4415c0e
parent3270da18c0512d7e05e849515f7e28b5f5b5c24b
MFC: bring in the core netmap code (disconnected
from the build). As usual, device driver patches
will come separately.

git-svn-id: svn://svn.freebsd.org/base/stable/8@231717 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
20 files changed:
share/man/man4/Makefile
share/man/man4/netmap.4 [new file with mode: 0644]
sys/conf/NOTES
sys/conf/files
sys/conf/options
sys/dev/netmap/if_em_netmap.h [new file with mode: 0644]
sys/dev/netmap/if_igb_netmap.h [new file with mode: 0644]
sys/dev/netmap/if_lem_netmap.h [new file with mode: 0644]
sys/dev/netmap/if_re_netmap.h [new file with mode: 0644]
sys/dev/netmap/ixgbe_netmap.h [new file with mode: 0644]
sys/dev/netmap/netmap.c [new file with mode: 0644]
sys/dev/netmap/netmap_kern.h [new file with mode: 0644]
sys/net/netmap.h [new file with mode: 0644]
sys/net/netmap_user.h [new file with mode: 0644]
tools/tools/netmap/Makefile [new file with mode: 0644]
tools/tools/netmap/README [new file with mode: 0644]
tools/tools/netmap/bridge.c [new file with mode: 0644]
tools/tools/netmap/click-test.cfg [new file with mode: 0644]
tools/tools/netmap/pcap.c [new file with mode: 0644]
tools/tools/netmap/pkt-gen.c [new file with mode: 0644]