]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFH: sync the netmap code with the one in HEAD
authorluigi <luigi@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Feb 2014 05:58:36 +0000 (05:58 +0000)
committerluigi <luigi@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Feb 2014 05:58:36 +0000 (05:58 +0000)
commit046b863e6b3832b6ce026fbc387baad3ca4bed14
treecf74c714984f38916443554fcac64bfdca2c74c0
parentb9b69b8d0c9b358fbdbb4ace8dfcc204c304a94a
MFH: sync the netmap code with the one in HEAD
(enhanced VALE switch, netmap pipes, emulated netmap mode).
See details in the log for svn 261909.

git-svn-id: svn://svn.freebsd.org/base/stable/9@262153 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
34 files changed:
share/man/man4/netmap.4
sys/conf/files
sys/dev/e1000/if_em.c
sys/dev/e1000/if_igb.c
sys/dev/e1000/if_lem.c
sys/dev/ixgbe/ixgbe.c
sys/dev/netmap/if_em_netmap.h
sys/dev/netmap/if_igb_netmap.h
sys/dev/netmap/if_lem_netmap.h
sys/dev/netmap/if_re_netmap.h
sys/dev/netmap/ixgbe_netmap.h
sys/dev/netmap/netmap.c
sys/dev/netmap/netmap_freebsd.c [new file with mode: 0644]
sys/dev/netmap/netmap_generic.c [new file with mode: 0644]
sys/dev/netmap/netmap_kern.h
sys/dev/netmap/netmap_mbq.c [new file with mode: 0644]
sys/dev/netmap/netmap_mbq.h [new file with mode: 0644]
sys/dev/netmap/netmap_mem2.c
sys/dev/netmap/netmap_mem2.h
sys/dev/netmap/netmap_offloadings.c [new file with mode: 0644]
sys/dev/netmap/netmap_pipe.c [new file with mode: 0644]
sys/dev/netmap/netmap_vale.c [new file with mode: 0644]
sys/modules/netmap/Makefile
sys/net/netmap.h
sys/net/netmap_user.h
tools/tools/netmap/Makefile
tools/tools/netmap/README
tools/tools/netmap/bridge.c
tools/tools/netmap/click-test.cfg [deleted file]
tools/tools/netmap/nm_util.c [deleted file]
tools/tools/netmap/nm_util.h [deleted file]
tools/tools/netmap/pcap.c [deleted file]
tools/tools/netmap/pkt-gen.c
tools/tools/netmap/vale-ctl.c