Re: [6/6]: jenkins hash for neigh
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2004-09-27 11:56:10
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2004-09-27 11:56:10
David S. Miller [off-list ref] wrote:
4) The controversial/RFC patch, dorking with neigh_forced_gc()
+ if (n->nud_state -= NUD_INCOMPLETE &&
+ reap_incomplete == 0 &&
+ time_after(jiffies,
+ n->used + n->parms->retrans_time)) {
+ num_incomplete++;
+ goto next_ent;That should either be time_before, or you need to swap the arguments.
@@ -261,7 +277,9 @@ if (tbl->entries > tbl->gc_thresh3 || (tbl->entries > tbl->gc_thresh2 && time_after(now, tbl->last_flush + 5 * HZ))) { - if (!neigh_forced_gc(tbl) && + int goal = tbl->entries - tbl->gc_thresh3;
This could be negative but I suppose it's harmless... Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} [off-list ref] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt