]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFH: sync the netmap code with the one in HEAD
authorluigi <luigi@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Feb 2014 05:01:04 +0000 (05:01 +0000)
committerluigi <luigi@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Feb 2014 05:01:04 +0000 (05:01 +0000)
commit5f9e4f880d4c33c9f842c84dcb969dbcb65f4047
treea79f129924ca9cf087c1e108d2d184a16ac1e42b
parent885766c99dea414cf9247aa7002b691c2c9a2229
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/10@262151 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
27 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_kern.h
sys/dev/netmap/netmap_mem2.c
sys/dev/re/if_re.c
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