You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change to allow page_pool to handle its own page destruction instead
of relying on XDP removed the trace_mem_return_failed() tracepoint caller,
but did not remove the mem_return_failed trace event. As trace events take
up memory when they are created regardless of if they are used or not,
having this unused event around wastes around 5K of memory.
Remove the unused event.
Link: https://lore.kernel.org/all/[email protected]/
Cc: netdev <[email protected]>
Cc: Jonathan Lemon <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Link: https://lore.kernel.org/[email protected]
Fixes: c3f812c ("page_pool: do not release pool until inflight == 0.")
Acked-by: Jesper Dangaard Brouer <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
0 commit comments