On 6/5/25 11:35, Pavel Begunkov wrote:
On 6/4/25 03:52, Byungchul Park wrote:Now that __page_pool_put_page() puts netmem, not struct page, rename it to __page_pool_put_netmem() to reflect what it does.Reviewed-by: Pavel Begunkov <asml.silence@xxxxxxxxx>
Actually, the function is for non-mp struct pages only, would make sense to use struct page instead. I'd even argue that it's better to change the argument to struct page *. -- Pavel Begunkov