aboutsummaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2009-11-08 10:18:44 +0000
committerDavid S. Miller <davem@davemloft.net>2009-11-08 20:53:08 -0800
commit1240d1373cd7f874dd0f3057c3e9643e71ef75c6 (patch)
tree5bb5b7f72be25210a899e60f9137a4dad899bf05 /usr
parentipv6: udp: optimize unicast RX path (diff)
downloadlinux-dev-1240d1373cd7f874dd0f3057c3e9643e71ef75c6.tar.xz
linux-dev-1240d1373cd7f874dd0f3057c3e9643e71ef75c6.zip
ipv4: udp: Optimise multicast reception
UDP multicast rx path is a bit complex and can hold a spinlock for a long time. Using a small (32 or 64 entries) stack of socket pointers can help to perform expensive operations (skb_clone(), udp_queue_rcv_skb()) outside of the lock, in most cases. It's also a base for a future RCU conversion of multicast recption. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Lucian Adrian Grijincu <lgrijincu@ixiacom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions