Files
linux/net/ipv6
David Held 2dc41cff75 udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.
Many multicast sources can have the same port which can result in a very
large list when hashing by port only. Hash by address and port instead
if this is the case. This makes multicast more similar to unicast.

On a 24-core machine receiving from 500 multicast sockets on the same
port, before this patch 80% of system CPU was used up by spin locking
and only ~25% of packets were successfully delivered.

With this patch, all packets are delivered and kernel overhead is ~8%
system CPU on spinlocks.

Signed-off-by: David Held <drheld@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-16 23:29:52 -07:00
..
2014-05-07 16:06:05 -04:00
2014-06-04 22:46:38 -07:00
2014-03-14 07:28:07 +01:00
2014-06-27 00:21:50 -07:00
2014-07-10 16:56:33 -07:00
2014-05-23 16:28:53 -04:00
2014-05-14 15:33:47 -04:00
2014-07-11 15:06:38 -07:00
2014-06-27 15:53:35 -07:00
2014-06-04 22:46:38 -07:00
2014-05-23 16:28:53 -04:00