linux/drivers/net/ethernet/chelsio/cxgb4vf
Eric Dumazet 1f2149c1df net: remove netdev_alloc_page and use __GFP_COLD
Given we dont use anymore the struct net_device *dev argument, and this
interface brings litle benefit, remove netdev_{alloc|free}_page(), to
debloat include/linux/skbuff.h a bit.

(Some drivers used a mix of these interfaces and alloc_pages())

When allocating a page given to device for DMA transfer (device to
memory), it makes sense to use a cold one (__GFP_COLD)

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
CC: Dimitris Michailidis <dm@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-11-22 16:43:32 -05:00
..
adapter.h cxgb4vf: convert to SKB paged frag API. 2011-10-21 02:52:52 -04:00
cxgb4vf_main.c net: introduce and use netdev_features_t for device features sets 2011-11-16 17:43:10 -05:00
Makefile
sge.c net: remove netdev_alloc_page and use __GFP_COLD 2011-11-22 16:43:32 -05:00
t4vf_common.h
t4vf_defs.h
t4vf_hw.c