@@ -977,6 +977,18 @@ config CGROUP_DEVICE
Provides a cgroup implementing whitelists for devices which
a process in the cgroup can mknod or open.
+config CGROUP_RDMA_RESOURCE
+ bool "RDMA Resource Controller for cgroups"
+ depends on CGROUP_DEVICE
+ default n
+ help
+ This option enables limiting rdma resources for a device cgroup.
+ Using this option, user space processes can be limited to use
+ limited number of RDMA resources such as MR, PD, QP, AH, FLOW, CQ
+ etc.
+
+ Say N if unsure.
+
config CPUSETS
bool "Cpuset support"
help
Added user configuration option to enable/disable RDMA resource tracking feature of device cgroup as sub module. Signed-off-by: Parav Pandit <pandit.parav@gmail.com> --- init/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+)