Skip to content

Commit ccd26c4

Browse files
committed
Add support for rdma cgroup
RDMA controller/cgroup support is added with Linux kernel 4.11. It allows to limit RDMA/IB specific resources. It is described at [1]. Add support to set rdma cgroup parameters and read statistics. [1] https://www.kernel.org/doc/Documentation/cgroup-v1/rdma.txt Signed-off-by: Parav Pandit <parav@mellanox.com>
1 parent d578e4e commit ccd26c4

File tree

7 files changed

+641
-1
lines changed

7 files changed

+641
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go:
44

55
install:
66
- mkdir -p $GOPATH/src/github.com/prometheus $GOPATH/src/github.com/opencontainers
7-
- cd $GOPATH/src/github.com/opencontainers && git clone https://github.com/opencontainers/runtime-spec && cd runtime-spec && git checkout 96de01bbb42c7af89bff100e10a9f0fb62e75bfb
7+
- cd $GOPATH/src/github.com/opencontainers && git clone https://github.com/opencontainers/runtime-spec && cd runtime-spec && git checkout fa4b36aa9c99e00c2ef7b5c0013c84100ede5f4e
88
- cd $GOPATH/src/github.com/containerd/cgroups
99
- go get -t ./...
1010

0 commit comments

Comments
 (0)