Re: [PATCH 0/7] devcg: device cgroup extension for rdma resource
From: Parav Pandit <hidden>
Date: 2015-09-11 16:26:36
Also in:
linux-rdma, lkml
From: Parav Pandit <hidden>
Date: 2015-09-11 16:26:36
Also in:
linux-rdma, lkml
If the resource isn't and the main goal is preventing runaway hogs, it'll be able to do that but is that the goal here? For this to be actually useful for performance contended cases, it'd need higher level abstractions.
Resource run away by application can lead to (a) kernel and (b) other applications left out with no resources situation. Both the problems are the target of this patch set by accounting via cgroup. Performance contention can be resolved with higher level user space, which will tune it. Threshold and fail counters are on the way in follow on patch.
Thanks. -- tejun