aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorNeil Horman <nhorman@tuxdriver.com>2012-05-17 06:04:00 -0400
committerDavid S. Miller <davem@davemloft.net>2012-05-17 16:09:07 -0400
commitcad456d5abbb6307be7a658d701bc44ca689e906 (patch)
tree116ce24c03c83876692e79ee9436dda976f86d84 /net/Kconfig
parenta1c7fff7e18f59e684e07b0f9a770561cd39f395 (diff)
drop_monitor: convert to modular building
When I first wrote drop monitor I wrote it to just build monolithically. There is no reason it can't be built modularly as well, so lets give it that flexibiity. I've tested this by building it as both a module and monolithically, and it seems to work quite well Change notes: v2) * fixed for_each_present_cpu loops to be more correct as per Eric D. * Converted exit path failures to BUG_ON as per Ben H. v3) * Converted del_timer to del_timer_sync to close race noted by Ben H. Signed-off-by: Neil Horman <nhorman@tuxdriver.com> CC: "David S. Miller" <davem@davemloft.net> CC: Eric Dumazet <eric.dumazet@gmail.com> CC: Ben Hutchings <bhutchings@solarflare.com> Reviewed-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 4c06c7c513a4..da1282359303 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -296,7 +296,7 @@ config NET_TCPPROBE
296 module will be called tcp_probe. 296 module will be called tcp_probe.
297 297
298config NET_DROP_MONITOR 298config NET_DROP_MONITOR
299 boolean "Network packet drop alerting service" 299 tristate "Network packet drop alerting service"
300 depends on INET && EXPERIMENTAL && TRACEPOINTS 300 depends on INET && EXPERIMENTAL && TRACEPOINTS
301 ---help--- 301 ---help---
302 This feature provides an alerting service to userspace in the 302 This feature provides an alerting service to userspace in the