summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-01-19 15:08:19 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-01-19 15:08:19 +1100
commit7aba59a4cc907597518336e1ab3a42416be9a599 (patch)
tree6ec283762bec72f480b036f72270da4f183962a8 /init
parent4428bc7a48fcef04ad66b4d8e245b855abbeec33 (diff)
parente055b0e58d99e2b5d3de6919de22987e97f2e758 (diff)
Merge remote-tracking branch 'cgroup/for-next'
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 1ea5c08ad0a7..536c2a00d972 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1078,6 +1078,16 @@ config CGROUP_PIDS
since the PIDs limit only affects a process's ability to fork, not to
attach to a cgroup.
+config CGROUP_RDMA
+ bool "RDMA controller"
+ help
+ Provides enforcement of RDMA resources defined by IB stack.
+ It is fairly easy for consumers to exhaust RDMA resources, which
+ can result into resource unavailability to other consumers.
+ RDMA controller is designed to stop this from happening.
+ Attaching processes with active RDMA resources to the cgroup
+ hierarchy is allowed even if can cross the hierarchy's limit.
+
config CGROUP_FREEZER
bool "Freezer controller"
help