aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
diff options
context:
space:
mode:
authorLeon Romanovsky <[email protected]>2019-10-10 10:11:04 +0300
committerJason Gunthorpe <[email protected]>2019-10-23 15:58:31 -0300
commitcf7e93c12fbc0f18cbea0571406e302d6904a7ac (patch)
tree3f959caf8bbe222aca808546f0fe399f0ae3b62f /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
parentc4c8aff5a9ddb061a6246fb34eabdb9244b4d8f6 (diff)
RDMA/restrack: Remove PID namespace support
IB resources are bounded to IB device and file descriptors, both entities are unaware to PID namespaces and to task lifetime. The difference in model caused to unpredictable behavior for the following scenario: 1. Create FD and context 2. Share it with ephemeral child 3. Create any object and exit that child The end result of this flow, that those newly created objects will be tracked by restrack, but won't be visible for users because task_struct associated with them already exited. The right thing is to rely on net namespace only for any filtering purposes and drop PID namespace. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Leon Romanovsky <[email protected]> Reviewed-by: Jason Gunthorpe <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions