All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] ipv4: avoid pathological hash tables
@ 2022-01-18 20:46 Eric Dumazet
  2022-01-18 20:46 ` [PATCH net 1/2] ipv4: avoid quadratic behavior in netns dismantle Eric Dumazet
  2022-01-18 20:46 ` [PATCH net 2/2] ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keys Eric Dumazet
  0 siblings, 2 replies; 6+ messages in thread
From: Eric Dumazet @ 2022-01-18 20:46 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski
  Cc: David Ahern, netdev, Eric Dumazet, Eric Dumazet

From: Eric Dumazet <edumazet@google.com>

This series speeds up netns dismantles on hosts
having many active netns, by making sure two hash tables
used for IPV4 fib contains uniformly spread items.

Eric Dumazet (2):
  ipv4: avoid quadratic behavior in netns dismantle
  ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keys

 net/ipv4/fib_semantics.c | 56 +++++++++++++++++++---------------------
 1 file changed, 26 insertions(+), 30 deletions(-)

-- 
2.34.1.703.g22d0c6ccf7-goog


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-19  8:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 20:46 [PATCH net 0/2] ipv4: avoid pathological hash tables Eric Dumazet
2022-01-18 20:46 ` [PATCH net 1/2] ipv4: avoid quadratic behavior in netns dismantle Eric Dumazet
2022-01-19  2:40   ` David Ahern
2022-01-18 20:46 ` [PATCH net 2/2] ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keys Eric Dumazet
2022-01-19  2:42   ` David Ahern
2022-01-19  8:54     ` Eric Dumazet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.