aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorAlexander Lobakin <[email protected]>2023-03-13 22:55:53 +0100
committerAlexei Starovoitov <[email protected]>2023-03-14 15:20:05 -0700
commitd4e492338d11937c55841b1279287280d6e35894 (patch)
treef796ff038dab22a2c934eca1bdf4ebda5af6c243 /include/linux/debugobjects.h
parent9c94bbf9a87b264294f42e6cc0f76d87854733ec (diff)
xdp: remove unused {__,}xdp_release_frame()
__xdp_build_skb_from_frame() was the last user of {__,}xdp_release_frame(), which detaches pages from the page_pool. All the consumers now recycle Page Pool skbs and page, except mlx5, stmmac and tsnep drivers, which use page_pool_release_page() directly (might change one day). It's safe to assume this functionality is not needed anymore and can be removed (in favor of recycling). Signed-off-by: Alexander Lobakin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions