diff options
| author | Alexander Lobakin <aleksander.lobakin@intel.com> | 2023-03-14 00:55:53 +0300 |
|---|---|---|
| committer | Alexei Starovoitov <ast@kernel.org> | 2023-03-15 01:20:05 +0300 |
| commit | d4e492338d11937c55841b1279287280d6e35894 (patch) | |
| tree | f796ff038dab22a2c934eca1bdf4ebda5af6c243 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | 9c94bbf9a87b264294f42e6cc0f76d87854733ec (diff) | |
| download | linux-d4e492338d11937c55841b1279287280d6e35894.tar.xz | |
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 <aleksander.lobakin@intel.com>
Link: https://lore.kernel.org/r/20230313215553.1045175-5-aleksander.lobakin@intel.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions
