summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2014-02-18 05:01:04 +0000
committerluigi <luigi@FreeBSD.org>2014-02-18 05:01:04 +0000
commit5bacc3bb87b954978543b0d82a4d5705e33f5c06 (patch)
treea79f129924ca9cf087c1e108d2d184a16ac1e42b /sys/modules
parentdd5bb071cd203986ef23e5ceecdcef3cea848542 (diff)
downloadFreeBSD-src-5bacc3bb87b954978543b0d82a4d5705e33f5c06.zip
FreeBSD-src-5bacc3bb87b954978543b0d82a4d5705e33f5c06.tar.gz
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.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/netmap/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/modules/netmap/Makefile b/sys/modules/netmap/Makefile
index b58bfdb..647cd10 100644
--- a/sys/modules/netmap/Makefile
+++ b/sys/modules/netmap/Makefile
@@ -5,10 +5,16 @@
.PATH: ${.CURDIR}/../../dev/netmap
.PATH.h: ${.CURDIR}/../../net
+CFLAGS += -I${.CURDIR}/../../
KMOD = netmap
SRCS = device_if.h bus_if.h opt_netmap.h
SRCS += netmap.c netmap.h netmap_kern.h
-
-netmap.o: netmap_mem2.c
+SRCS += netmap_mem2.c netmap_mem2.h
+SRCS += netmap_generic.c
+SRCS += netmap_mbq.c netmap_mbq.h
+SRCS += netmap_vale.c
+SRCS += netmap_freebsd.c
+SRCS += netmap_offloadings.c
+SRCS += netmap_pipe.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud