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_poll 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]/
Fixes: c3f812c ("page_pool: do not release pool until inflight == 0.")
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Acked-by: Jesper Dangaard Brouer <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
0 commit comments