pkt_sched: Control group classifier
[pandora-kernel.git] / net / sched / Kconfig
index 6767e54..36543b6 100644 (file)
@@ -316,6 +316,17 @@ config NET_CLS_FLOW
          To compile this code as a module, choose M here: the
          module will be called cls_flow.
 
+config NET_CLS_CGROUP
+       bool "Control Group Classifier"
+       select NET_CLS
+       depends on CGROUPS
+       ---help---
+         Say Y here if you want to classify packets based on the control
+         cgroup of their process.
+
+         To compile this code as a module, choose M here: the
+         module will be called cls_cgroup.
+
 config NET_EMATCH
        bool "Extended Matches"
        select NET_CLS