runc/libcontainer/intelrdt
Xiaochen Shen d89217515b libcontainer: intelrdt: fix a GetStats() issue
This fixes a GetStats() issue introduced in #1590:
If Intel RDT is enabled by hardware and kernel, but intelRdt is not
specified in original config, GetStats() will return error unexpectedly
because we haven't called Apply() to create intelrdt group or attach
tasks for this container. As a result, runc events command will have no
output.

Signed-off-by: Xiaochen Shen <xiaochen.shen@intel.com>
2017-10-17 17:37:07 +08:00
..
intelrdt.go libcontainer: intelrdt: fix a GetStats() issue 2017-10-17 17:37:07 +08:00
intelrdt_test.go libcontainer: intelrdt: use init() to avoid race condition 2017-09-08 17:15:31 +08:00
stats.go libcontainer: add support for Intel RDT/CAT in runc 2017-09-01 14:26:33 +08:00
util_test.go libcontainer: add test cases for Intel RDT/CAT 2017-09-01 14:35:40 +08:00