OpenCloudOS-Kernel/drivers/net/ethernet/chelsio/cxgb4
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
..
Makefile chelsio: Move the Chelsio drivers 2011-08-10 19:54:52 -07:00
cxgb4.h cxgb4: convert to SKB paged frag API. 2011-10-21 02:52:52 -04:00
cxgb4_main.c Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers 2011-11-22 16:43:32 -05:00
cxgb4_uld.h chelsio: Move the Chelsio drivers 2011-08-10 19:54:52 -07:00
l2t.c drivers/net: fix mislocated headers in cxgb4/l2t.c 2011-10-31 19:31:10 -04:00
l2t.h chelsio: Move the Chelsio drivers 2011-08-10 19:54:52 -07:00
sge.c net: remove netdev_alloc_page and use __GFP_COLD 2011-11-22 16:43:32 -05:00
t4_hw.c chelsio: Move the Chelsio drivers 2011-08-10 19:54:52 -07:00
t4_hw.h chelsio: Move the Chelsio drivers 2011-08-10 19:54:52 -07:00
t4_msg.h chelsio: Move the Chelsio drivers 2011-08-10 19:54:52 -07:00
t4_regs.h chelsio: Move the Chelsio drivers 2011-08-10 19:54:52 -07:00
t4fw_api.h chelsio: Move the Chelsio drivers 2011-08-10 19:54:52 -07:00