aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/intel-pt-events.py
diff options
context:
space:
mode:
authorLorenzo Bianconi <[email protected]>2019-10-19 10:13:22 +0200
committerDavid S. Miller <[email protected]>2019-10-21 10:36:07 -0700
commit568a3fa24a95476d40afe3f8616bafb543bc4182 (patch)
treebf381a925b0318994bf925d83e4324e8ac2541af /tools/perf/scripts/python/intel-pt-events.py
parentff519e2acd463bff6c5bb4e8d7ed350c9bae885b (diff)
net: mvneta: introduce page pool API for sw buffer manager
Use the page_pool api for allocations and DMA handling instead of __dev_alloc_page()/dma_map_page() and free_page()/dma_unmap_page(). Pages are unmapped using page_pool_release_page before packets go into the network stack. The page_pool API offers buffer recycling capabilities for XDP but allocates one page per packet, unless the driver splits and manages the allocated page. This is a preliminary patch to add XDP support to mvneta driver Signed-off-by: Ilias Apalodimas <[email protected]> Signed-off-by: Jesper Dangaard Brouer <[email protected]> Signed-off-by: Lorenzo Bianconi <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions