commit | 310e158cc3b7a6adf41e778d52be746c4dc88561 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Jul 16 13:15:52 2012 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 16 04:17:49 2012 -0700 |
tree | 55088aba3d0db75427cf354b1c4771a081778a7c | |
parent | 7ac2908e4b2edaec60e9090ddb4d9ceb76c05e7d [diff] |
net: respect GFP_DMA in __netdev_alloc_skb() Few drivers use GFP_DMA allocations, and netdev_alloc_frag() doesn't allocate pages in DMA zone. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>