Uh oh!
There was an error while loading. Please reload this page.
specs-go/config: add Intel RDT/CAT Linux support - #630
Conversation
50bf471 to
80ba92fComparexiaochenshen
commented
Nov 21, 2016
This PR will obsolete #267 for the change of Intel RDT/CAT kernel interface. |
RobDolinMS
commented
Jan 11, 2017
@xiaochenshen Is it OK to hold-off on this until v1.1 ? |
xiaochenshen
commented
Jan 12, 2017
@RobDolinMS What is the plan or schedule of v1.1? |
c3772a6 to
bc14fe0Compare3d7cb94 to
59c61bdCompare| "linux": { | ||
| "resources": { | ||
| "intelRdt": { |
There was a problem hiding this comment.
We think this should not be part of resources and should be added inside the linux struct, not resources.
Resources only contains cgroup information for us.
There was a problem hiding this comment.
After this, we should be good to merge this in.
There was a problem hiding this comment.
@crosbymichael@mrunalp Thank you for code review.
I will work on this together with opencontainers/runc#1279
Add support for Intel Resource Director Technology (RDT) / Cache Allocation Technology (CAT). Add L3 cache resource constraints in Linux-specific configuration. This is the prerequisite of this runc proposal: opencontainers/runc#433 For more information about Intel RDT/CAT, please refer to: opencontainers/runc#433 Signed-off-by: Xiaochen Shen <xiaochen.shen@intel.com>
59c61bd to
73a6002Comparexiaochenshen
commented
Mar 10, 2017
@crosbymichael The PR opencontainers/runc#1279 has been updated accordingly. |
1 similar comment
vbatts
commented
Mar 13, 2017
So this will still depend on |
xiaochenshen
commented
Mar 13, 2017
@vbatts And also the case will be handled in opencontainers/runc#1279 when hardware or kernel doesn't support Intel RDT/CAT. |
Fixopencontainers#630 Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
Add support for Intel Resource Director Technology (RDT) / Cache Allocation
Technology (CAT). Add L3 cache resource constraints in Linux-specific
configuration.
This is the prerequisite of this runc proposal:
opencontainers/runc#433
For more information about Intel RDT/CAT, please refer to:
opencontainers/runc#433
Signed-off-by: Xiaochen Shen xiaochen.shen@intel.com