commit | 57e1ab6eaddc9f2c358cd4afb497cda6e3c6821a | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Tue Nov 16 20:36:42 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 18 11:02:23 2010 -0800 |
tree | 8fada8cae194efa4c23a0efdc6e9483d9e278f97 | |
parent | 4c3710afbc333c33100739dec10662b4ee64e219 [diff] |
igmp: refine skb allocations 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>