diff options
author | Florian Westphal <[email protected]> | 2016-08-25 15:33:32 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <[email protected]> | 2016-08-30 11:43:09 +0200 |
commit | 2344d64ec71661f7201082cf727a7154f662e249 (patch) | |
tree | d548a9cf389503cda06a1752846c94039cce9ad0 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | f330a7fdbe1611104622faff7e614a246a7d20f0 (diff) |
netfilter: evict stale entries on netlink dumps
When dumping we already have to look at the entire table, so we might
as well toss those entries whose timeout value is in the past.
We also look at every entry during resize operations.
However, eviction there is not as simple because we hold the
global resize lock so we can't evict without adding a 'expired' list
to drop from later. Considering that resizes are very rare it doesn't
seem worth doing it.
Signed-off-by: Florian Westphal <[email protected]>
Acked-by: Eric Dumazet <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions