]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: import netmap core files into RELENG_9.
authorluigi <luigi@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 14 Feb 2012 09:42:02 +0000 (09:42 +0000)
committerluigi <luigi@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 14 Feb 2012 09:42:02 +0000 (09:42 +0000)
commit907c7e13e7477e3cfcfe653dd7c32eb35264d819
treedd0e104ba9b17d5110db05786c733e2ccfa07c2d
parent11739cb4047cbc515c00abef369f0dd507cfc131
MFC: import netmap core files into RELENG_9.
This is the same code as in HEAD.

Device driver modifications will be imported separately
because the base drivers differ and patches might be
slightly different between the various releases.

The code is disconnected from the main build targets
unless you explicitly put a 'device netmap' in your
kernel config file.

git-svn-id: svn://svn.freebsd.org/base/stable/9@231650 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]