aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexander Duyck <[email protected]>2014-11-11 09:26:50 -0800
committerDavid S. Miller <[email protected]>2014-11-12 00:00:14 -0500
commit5693d284dd718313ca2f63a189193d4189889183 (patch)
treeeec972bda93ada1fc3c194f6fc4849b9dc7bbe09 /tools/perf/scripts/python
parentaa9cd31c3f3ee36dc459b6070bacc581c1bfc334 (diff)
phonet: Replace calls to __skb_alloc_page with __dev_alloc_page
Replace the calls to __skb_alloc_page that are passed NULL with calls to __dev_alloc_page. In addition remove __GFP_COLD flag from allocations as we only want it for the Rx buffer which is taken care of by __dev_alloc_skb, not for any secondary allocations such as the queue element transmit descriptors. Cc: Oliver Neukum <[email protected]> Cc: Felipe Balbi <[email protected]> Signed-off-by: Alexander Duyck <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions