Hello, The first patch fixes how the conntrack gc rescheduling delay is computed to avoid bias depending on the order of entries in the set. But this change has a side effect, making the logic not to be triggered until very large sets are used. This is fixed in patch 2, which changes the initial conntrack gc rescheduling bias. Thanks, Antoine Antoine Tenart (2): netfilter: conntrack: fix the gc rescheduling delay netfilter: conntrack: revisit the gc initial rescheduling bias net/netfilter/nf_conntrack_core.c | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) -- 2.37.3