igmp: refine skb allocations
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 16 Nov 2010 20:36:42 +0000 (20:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Nov 2010 19:02:23 +0000 (11:02 -0800)
IGMP allocates MTU sized skbs. This may fail for large MTU (order-2
allocations), so add a fallback to try lower sizes.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found