]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: sync the version of netmap with the one in HEAD, including device
authorluigi <luigi@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 10 May 2013 16:16:33 +0000 (16:16 +0000)
committerluigi <luigi@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 10 May 2013 16:16:33 +0000 (16:16 +0000)
commit343391c0e1976dd231ed3553b508b6a49175bf48
treebeddbd4a7556380e0af4882b00be954a21bb8fdb
parentd2a561f2cc65c12b6b1843a8223544f5d9c6d221
MFC: sync the version of netmap with the one in HEAD, including device
drivers (mostly simplifying the code in the interrupt handlers).

On passing, also merge r250414, which is related to netmap
and the use of lem/em in virtual machines.

git-svn-id: svn://svn.freebsd.org/base/stable/9@250458 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
25 files changed:
README
sys/dev/e1000/if_em.c
sys/dev/e1000/if_em.h
sys/dev/e1000/if_igb.c
sys/dev/e1000/if_lem.c
sys/dev/e1000/if_lem.h
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/net/netmap.h
sys/net/netmap_user.h
tools/tools/netmap/Makefile
tools/tools/netmap/README
tools/tools/netmap/bridge.c
tools/tools/netmap/nm_util.c [new file with mode: 0644]
tools/tools/netmap/nm_util.h [new file with mode: 0644]
tools/tools/netmap/pcap.c
tools/tools/netmap/pkt-gen.c