diff options
author | Kuniyuki Iwashima <[email protected]> | 2024-03-25 13:24:23 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-03-29 08:28:38 -0700 |
commit | a15702d8b3aad8ce5268c565bd29f0e02fd2db83 (patch) | |
tree | 80e5103750287a1fb1fab84191905687350a8fc0 /tools/perf/scripts/python/libxed.py | |
parent | bfdb01283ee8f2f3089656c3ff8f62bb072dabb2 (diff) |
af_unix: Detect dead SCC.
When iterating SCC, we call unix_vertex_dead() for each vertex
to check if the vertex is close()d and has no bridge to another
SCC.
If both conditions are true for every vertex in SCC, we can
execute garbage collection for all skb in the SCC.
The actual garbage collection is done in the following patch,
replacing the old implementation.
Signed-off-by: Kuniyuki Iwashima <[email protected]>
Acked-by: Paolo Abeni <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions