summaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorNeil Horman2009-03-11 10:53:16 +0100
committerDavid S. Miller2009-03-13 20:09:29 +0100
commit273ae44b9cb9443e0b5265cdc99f127ddb95c8db (patch)
tree88f3aa4ceb38700451b3f95d8be789e2624992da /net/Kconfig
parentNetwork Drop Monitor: Adding drop monitor implementation & Netlink protocol (diff)
downloadkernel-qcow2-linux-273ae44b9cb9443e0b5265cdc99f127ddb95c8db.tar.gz
kernel-qcow2-linux-273ae44b9cb9443e0b5265cdc99f127ddb95c8db.tar.xz
kernel-qcow2-linux-273ae44b9cb9443e0b5265cdc99f127ddb95c8db.zip
Network Drop Monitor: Adding Build changes to enable drop monitor
Network Drop Monitor: Adding Build changes to enable drop monitor Signed-off-by: Neil Horman <nhorman@tuxdriver.com> include/linux/Kbuild | 1 + net/Kconfig | 11 +++++++++++ net/core/Makefile | 1 + 3 files changed, 13 insertions(+) Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 6b39ede3b1b1..c9fdcd7e71ea 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -222,6 +222,17 @@ config NET_TCPPROBE
To compile this code as a module, choose M here: the
module will be called tcp_probe.
+config NET_DROP_MONITOR
+ boolean "Network packet drop alerting service"
+ depends on INET && EXPERIMENTAL && TRACEPOINTS
+ ---help---
+ This feature provides an alerting service to userspace in the
+ event that packets are discarded in the network stack. Alerts
+ are broadcast via netlink socket to any listening user space
+ process. If you don't need network drop alerts, or if you are ok
+ just checking the various proc files and other utilities for
+ drop statistics, say N here.
+
endmenu
endmenu