Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2014 16:19:53 +0300
From:      Daniel Peyrolon <tuchalia@gmail.com>
To:        freebsd-net@freebsd.org
Subject:   [patch] netmap not building
Message-ID:  <CA%2ByaQw9XJr-DkjKLLCQFf8qT%2BrNs4-GZgQ0g1EmHfG%2Bsg0dugw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Hello everyone, I've tried to build netmap on CURRENT, and to my surprise,
I couldn't load the module.

Thanks to Sean, I managed to find the cause. One file from the netmap code
was not included as SRC.
Patch attached.

-- 
Daniel

[-- Attachment #2 --]
Index: sys/modules/netmap/Makefile
===================================================================
--- sys/modules/netmap/Makefile	(revision 272094)
+++ sys/modules/netmap/Makefile	(working copy)
@@ -16,5 +16,6 @@
 SRCS	+= netmap_freebsd.c
 SRCS	+= netmap_offloadings.c
 SRCS	+= netmap_pipe.c
+SRCS	+= netmap_monitor.c
 
 .include <bsd.kmod.mk>

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2ByaQw9XJr-DkjKLLCQFf8qT%2BrNs4-GZgQ0g1EmHfG%2Bsg0dugw>